aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/apparmor/include/file.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-1/+1
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler1-1/+4
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook1-3/+0
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen1-1/+1
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen1-1/+4
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen1-1/+2
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen1-8/+21
2017-06-10apparmor: revalidate files during execJohn Johansen1-0/+2
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen1-5/+12
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen1-21/+4
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen1-2/+3
2017-06-08apparmor: move permissions into their own file to be more easily sharedJohn Johansen1-19/+1
2017-06-08apparmor: move file context into file.hJohn Johansen1-0/+32
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen1-1/+1
2017-01-16apparmor: change op from int to const char *John Johansen1-4/+5
2016-03-28apparmor: constify aa_path_link()Al Viro1-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro1-1/+1
2013-04-28apparmor: fix sparse warningsJohn Johansen1-7/+7
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-02-27AppArmor: Fix underflow in xindex calculationJohn Johansen1-1/+1
2011-01-10headers: path.h reduxAlexey Dobriyan1-2/+1
2010-08-02AppArmor: file enforcement routinesJohn Johansen1-0/+217