summaryrefslogtreecommitdiffstats
path: root/security/apparmor/file.c
AgeCommit message (Expand)AuthorLines
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs-18/+7
2020-05-15apparmor: Use true and false for bool variableZou Wei-6/+6
2020-01-02apparmor: only get a label reference if the fast path check failsJohn Johansen-4/+8
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+29
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen-9/+12
2019-11-22apparmor: reduce rcu_read_lock scope for aa_file_perm mediationJohn Johansen-3/+3
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior-1/+1
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior-7/+17
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2018-10-03apparmor: Replace spin_is_locked() with lockdepLance Roy-1/+1
2018-07-19apparmor: Check buffer bounds when mapping permissions maskTyler Hicks-1/+2
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen-0/+30
2018-02-09apparmor: move context.h to cred.hJohn Johansen-1/+1
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann-7/+1
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds-30/+0
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen-0/+30
2017-06-28apparmor: put back designators in struct initialisersStephen Rothwell-2/+2
2017-06-10apparmor: rework file permission to cache file access in file->ctxJohn Johansen-6/+76
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen-44/+57
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen-35/+77
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen-6/+12
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen-8/+40
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen-9/+9
2017-06-10apparmor: revalidate files during execJohn Johansen-0/+72
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen-17/+14
2017-06-10apparmor: add gerneric permissions struct and support fnsJohn Johansen-15/+15
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen-27/+16
2017-06-08apparmor: Move path lookup to using preallocated buffersJohn Johansen-6/+7
2017-06-08apparmor: allow profiles to provide info to disconnected pathsJohn Johansen-3/+4
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen-35/+34
2017-01-16apparmor: change op from int to const char *John Johansen-4/+5
2017-01-15apparmor: use designated initializersKees Cook-2/+2
2016-07-12apparmor: fix uninitialized lsm_audit memberJohn Johansen-1/+2
2016-03-28apparmor: constify aa_path_link()Al Viro-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells-3/+3
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman-5/+7
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris-26/+28
2012-03-28apparmor: Fix change_onexec when called from a confined taskJohn Johansen-0/+2
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen-11/+7
2012-02-27AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen-2/+1
2010-08-02AppArmor: file enforcement routinesJohn Johansen-0/+457