summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include/file.h
Commit message (Expand)AuthorAgeFilesLines
* apparmor: make __aa_path_perm() staticXiu Jianfeng2022-10-031-3/+0
* apparmor: make sure perm indexes are accumulatedJohn Johansen2022-10-031-2/+2
* apparmor: extend xindex sizeJohn Johansen2022-10-031-12/+11
* apparmor: move dfa perm macros into policy_unpackJohn Johansen2022-10-031-51/+0
* apparmor: preparse for state being more than just an integerJohn Johansen2022-10-031-4/+4
* apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen2022-10-031-35/+4
* apparmor: move fperm computation into policy_unpackJohn Johansen2022-10-031-1/+0
* apparmor: compute file permissions on profile loadMike Salvatore2022-10-031-3/+12
* apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-07-191-0/+3
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-111-1/+1
|\
| * security: apparmor: file.h: delete duplicated wordRandy Dunlap2021-02-071-1/+1
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
|/
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-031-1/+1
|\
| * apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen2019-11-221-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* LSM: Infrastructure management of the file securityCasey Schaufler2019-01-081-1/+4
* apparmor: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-3/+0
* apparmor: move path_link mediation to using labelsJohn Johansen2017-06-101-1/+1
* apparmor: refactor path name lookup and permission checks around labelsJohn Johansen2017-06-101-1/+4
* apparmor: update aa_audit_file() to use labelsJohn Johansen2017-06-101-1/+2
* apparmor: move aa_file_perm() to use labelsJohn Johansen2017-06-101-8/+21
* apparmor: revalidate files during execJohn Johansen2017-06-101-0/+2
* apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen2017-06-101-5/+12
* apparmor: switch from file_perms to aa_permsJohn Johansen2017-06-101-21/+4
* apparmor: rework perm mapping to a slightly broader setJohn Johansen2017-06-091-2/+3
* apparmor: move permissions into their own file to be more easily sharedJohn Johansen2017-06-081-19/+1
* apparmor: move file context into file.hJohn Johansen2017-06-081-0/+32
* apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2017-01-161-1/+1
* apparmor: change op from int to const char *John Johansen2017-01-161-4/+5
* apparmor: constify aa_path_link()Al Viro2016-03-281-1/+1
* [apparmor] constify struct path * in a bunch of helpersAl Viro2016-03-271-1/+1
* apparmor: fix sparse warningsJohn Johansen2013-04-281-7/+7
* userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* AppArmor: Fix underflow in xindex calculationJohn Johansen2012-02-271-1/+1
* headers: path.h reduxAlexey Dobriyan2011-01-101-2/+1
* AppArmor: file enforcement routinesJohn Johansen2010-08-021-0/+217