aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_audit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris1-5/+0
2012-04-09LSM: remove the task field from common_audit_dataEric Paris1-1/+0
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris1-1/+1
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data'Linus Torvalds1-4/+3
2012-04-03LSM: shrink the common_audit_data data unionEric Paris1-17/+18
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-50/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-04-25LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATHEric Paris1-0/+2
2011-04-25LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODEEric Paris1-5/+4
2010-08-02AppArmor: basic auditing infrastructure.John Johansen1-0/+27
2010-08-02SELinux: special dontaudit for access checksEric Paris1-0/+5
2010-04-28LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris1-1/+1
2009-11-10security: report the module name to security_module_requestEric Paris1-8/+10
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-0/+2
2009-07-10security: Wrap SMACK and SELINUX audit data structs in ifdefsThomas Liu1-0/+4
2009-07-10security: Make lsm_priv union in lsm_audit.h anonymousThomas Liu1-1/+1
2009-07-10Move variable function in lsm_audit.h into SMACK private spaceThomas Liu1-2/+2
2009-04-14smack: implement logging V3Etienne Basset1-0/+111