aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/audit.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()Gravatar John Johansen 1-1/+1
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroGravatar John Johansen 1-22/+20
2017-01-16apparmor: change op from int to const char *Gravatar John Johansen 1-54/+1
2017-01-16apparmor: split apparmor policy namespaces code into its own fileGravatar John Johansen 1-0/+1
2016-07-12apparmor: fix uninitialized lsm_audit memberGravatar John Johansen 1-1/+2
2013-10-29apparmor: remove parent task info from audit loggingGravatar John Johansen 1-6/+0
2013-10-29apparmor: remove tsk field from the apparmor_audit_structGravatar John Johansen 1-8/+2
2013-04-28apparmor: fix the audit type tableGravatar John Johansen 1-1/+1
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataGravatar Eric Paris 1-2/+9
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Gravatar Linus Torvalds 1-3/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataGravatar Eric Paris 1-19/+19
2012-03-14AppArmor: add const qualifiers to string arraysGravatar Jan Engelhardt 1-3/+3
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedGravatar John Johansen 1-0/+1
2011-12-09apparmor: add missing rcu_dereference()Gravatar Kees Cook 1-1/+1
2010-08-02AppArmor: basic auditing infrastructure.Gravatar John Johansen 1-0/+215