aboutsummaryrefslogtreecommitdiff
path: root/security/lsm_audit.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-14smack: implement logging V3Gravatar Etienne Basset 1-0/+386