aboutsummaryrefslogtreecommitdiff
path: root/security/lsm_audit.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-16make dump_common_audit_data() safe to be called from RCU pathwalkGravatar Al Viro 1-2/+3
2021-01-16dump_common_audit_data(): fix racy accesses to ->d_nameGravatar Al Viro 1-2/+5
2020-12-16Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2020-12-03security: add const qualifier to struct sock in various placesGravatar Florian Westphal 1-2/+2
2020-10-27audit: trigger accompanying records when no rules presentGravatar Richard Guy Briggs 1-5/+0
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIGravatar Richard Guy Briggs 1-2/+2
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsGravatar Richard Guy Briggs 1-0/+5
2019-12-09security,lockdown,selinux: implement SELinux lockdownGravatar Stephen Smalley 1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesGravatar Al Viro 1-4/+6
2018-05-14audit: use inline function to get audit contextGravatar Richard Guy Briggs 1-1/+1
2017-08-17lsm_audit: update my email addressGravatar Stephen Smalley 1-1/+1
2017-05-23selinux: Add IB Port SMP access vectorGravatar Daniel Jurgens 1-0/+5
2017-05-23selinux: Implement Infiniband PKey "Access" access vectorGravatar Daniel Jurgens 1-0/+11
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-2/+15
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEGravatar Vivek Goyal 1-0/+13
2016-08-30audit: consistently record PIDs with task_tgid_nr()Gravatar Paul Moore 1-2/+2
2016-08-08selinux: print leading 0x on ioctlcmd auditsGravatar William Roberts 1-1/+1
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleGravatar Javier Martinez Canillas 1-1/+1
2015-08-15Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 1-0/+15
2015-07-13security: add ioctl specific auditing to lsm_auditGravatar Jeff Vander Stoep 1-0/+15
2015-06-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+1
2015-05-29lsm: rename duplicate labels in LSM_AUDIT_DATA_TASK audit message typeGravatar Richard Guy Briggs 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 1-2/+2
2015-04-15lsm: copy comm before calling audit_log to avoid race in string printingGravatar Richard Guy Briggs 1-6/+9
2014-03-20audit: anchor all pid references in the initial pid namespaceGravatar Richard Guy Briggs 1-4/+7
2013-11-21Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-1/+2
2013-11-05audit: suppress stock memalloc failure warnings since already managedGravatar Richard Guy Briggs 1-1/+2
2013-10-09net: fix build errors if ipv6 is disabledGravatar Eric Dumazet 1-0/+2
2013-10-09ipv6: make lookups simpler and fasterGravatar Eric Dumazet 1-3/+2
2012-04-09LSM: BUILD_BUG_ON if the common_audit_data union ever growsGravatar Eric Paris 1-0/+7
2012-04-09LSM: remove the task field from common_audit_dataGravatar Eric Paris 1-6/+2
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Gravatar Linus Torvalds 1-5/+9
2012-04-03LSM: shrink the common_audit_data data unionGravatar Eric Paris 1-33/+33
2012-03-20switch unix_sock to struct pathGravatar Al Viro 1-6/+2
2012-01-17audit: no leading space in audit_log_d_path prefixGravatar Kees Cook 1-2/+2
2012-01-17audit: treat s_id as an untrusted stringGravatar Kees Cook 1-10/+13
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Gravatar Jesse Gross 1-1/+2
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-2/+2
2011-04-25LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHGravatar Eric Paris 1-9/+16
2011-04-25LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEGravatar Eric Paris 1-22/+28
2010-05-06Merge branch 'master' into nextGravatar James Morris 1-0/+1
2010-04-28LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEGravatar Eric Paris 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-0/+4
2009-11-10security: report the module name to security_module_requestGravatar Eric Paris 1-0/+4
2009-10-18inet: rename some inet_sock fieldsGravatar Eric Dumazet 1-6/+6
2009-09-24lsm: Use a compressed IPv6 string format in audit eventsGravatar Paul Moore 1-1/+1
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hGravatar Thomas Liu 1-0/+2