summaryrefslogtreecommitdiff
path: root/security/apparmor/include/file.h
AgeCommit message (Expand)Author
2023-10-18apparmor: pass cred through to audit info.John Johansen
2023-08-08apparmor: cleanup unused functions in file.hXiu Jianfeng
2022-10-03apparmor: make __aa_path_perm() staticXiu Jianfeng
2022-10-03apparmor: make sure perm indexes are accumulatedJohn Johansen
2022-10-03apparmor: extend xindex sizeJohn Johansen
2022-10-03apparmor: move dfa perm macros into policy_unpackJohn Johansen
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen
2022-10-03apparmor: move fperm computation into policy_unpackJohn Johansen
2022-10-03apparmor: compute file permissions on profile loadMike Salvatore
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-07security: apparmor: file.h: delete duplicated wordRandy Dunlap
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen
2017-06-10apparmor: revalidate files during execJohn Johansen
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen
2017-06-08apparmor: move permissions into their own file to be more easily sharedJohn Johansen
2017-06-08apparmor: move file context into file.hJohn Johansen
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen
2017-01-16apparmor: change op from int to const char *John Johansen
2016-03-28apparmor: constify aa_path_link()Al Viro
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro
2013-04-28apparmor: fix sparse warningsJohn Johansen
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman
2012-02-27AppArmor: Fix underflow in xindex calculationJohn Johansen
2011-01-10headers: path.h reduxAlexey Dobriyan
2010-08-02AppArmor: file enforcement routinesJohn Johansen