aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroGravatar John Johansen 1-35/+34
2017-01-16apparmor: change op from int to const char *Gravatar John Johansen 1-4/+5
2017-01-15apparmor: use designated initializersGravatar Kees Cook 1-2/+2
2016-07-12apparmor: fix uninitialized lsm_audit memberGravatar John Johansen 1-1/+2
2016-03-28apparmor: constify aa_path_link()Gravatar Al Viro 1-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersGravatar Al Viro 1-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 1-3/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-5/+7
2012-04-09LSM: do not initialize common_audit_data to 0Gravatar Eric Paris 1-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionGravatar Eric Paris 1-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataGravatar Eric Paris 1-26/+28
2012-03-28apparmor: Fix change_onexec when called from a confined taskGravatar John Johansen 1-0/+2
2012-03-14AppArmor: Move path failure information into aa_get_name and renameGravatar John Johansen 1-11/+7
2012-02-27AppArmor: fix mapping of META_READ to audit and quiet flagsGravatar John Johansen 1-2/+1
2010-08-02AppArmor: file enforcement routinesGravatar John Johansen 1-0/+457