aboutsummaryrefslogtreecommitdiffstats
path: root/security/lsm_audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09LSM: BUILD_BUG_ON if the common_audit_data union ever growsEric Paris1-0/+7
2012-04-09LSM: remove the task field from common_audit_dataEric Paris1-6/+2
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data'Linus Torvalds1-5/+9
2012-04-03LSM: shrink the common_audit_data data unionEric Paris1-33/+33
2012-03-20switch unix_sock to struct pathAl Viro1-6/+2
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook1-2/+2
2012-01-17audit: treat s_id as an untrusted stringKees Cook1-10/+13
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-04-25LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHEric Paris1-9/+16
2011-04-25LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris1-22/+28
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-04-28LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+4
2009-11-10security: report the module name to security_module_requestEric Paris1-0/+4
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-6/+6
2009-09-24lsm: Use a compressed IPv6 string format in audit eventsPaul Moore1-1/+1
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-0/+2
2009-04-14smack: implement logging V3Etienne Basset1-0/+386