aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-26apparmor: Free up __cleanup() nameGravatar Peter Zijlstra 1-3/+3
2022-12-14Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-191/+288
2022-12-12apparmor: test: make static symbols visible during kunit testingGravatar Rae Moar 1-0/+50
2022-10-24apparmor: refactor code that alloc null profilesGravatar John Johansen 1-2/+4
2022-10-03apparmor: Fix undefined references to zstd_ symbolsGravatar John Johansen 1-0/+11
2022-10-03apparmor: make __aa_path_perm() staticGravatar Xiu Jianfeng 1-3/+0
2022-10-03apparmor: Simplify obtain the newest label on a credGravatar Gaosheng Cui 1-13/+0
2022-10-03apparmor: rework profile->rules to be a listGravatar John Johansen 1-1/+16
2022-10-03apparmor: refactor profile rules and attachmentsGravatar John Johansen 3-38/+58
2022-10-03apparmor: cleanup: move perm accumulation into perms.hGravatar John Johansen 1-0/+53
2022-10-03apparmor: make sure perm indexes are accumulatedGravatar John Johansen 2-2/+11
2022-10-03apparmor: add the ability for policy to specify a permission tableGravatar John Johansen 1-1/+4
2022-10-03apparmor: add user mode flagGravatar John Johansen 2-0/+4
2022-10-03apparmor: add mediation class information to auditingGravatar John Johansen 3-3/+8
2022-10-03apparmor: extend permissions to support a label and tag stringGravatar John Johansen 4-8/+12
2022-10-03apparmor: isolate policy backwards compatibility to its own fileGravatar John Johansen 2-0/+34
2022-10-03apparmor: extend xindex sizeGravatar John Johansen 2-13/+12
2022-10-03apparmor: move dfa perm macros into policy_unpackGravatar John Johansen 1-51/+0
2022-10-03apparmor: preparse for state being more than just an integerGravatar John Johansen 5-30/+30
2022-10-03apparmor: convert policy lookup to use accept as an indexGravatar John Johansen 2-8/+12
2022-10-03apparmor: cleanup shared permission structGravatar John Johansen 1-10/+7
2022-10-03apparmor: convert xmatch to using the new shared policydb structGravatar John Johansen 2-3/+2
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structGravatar John Johansen 2-38/+15
2022-10-03apparmor: compute policydb permission on profile loadGravatar John Johansen 2-2/+12
2022-10-03apparmor: convert xmatch to use aa_perms structureGravatar John Johansen 1-1/+2
2022-10-03apparmor: move fperm computation into policy_unpackGravatar John Johansen 1-1/+0
2022-10-03apparmor: compute xmatch permissions on profile loadGravatar Mike Salvatore 1-0/+2
2022-10-03apparmor: compute file permissions on profile loadGravatar Mike Salvatore 1-3/+12
2022-10-03apparmor: reserve mediation classesGravatar John Johansen 1-1/+8
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}Gravatar John Johansen 2-18/+18
2022-07-19apparmor: extend policydb permission set by making use of the xbitsGravatar John Johansen 1-0/+3
2022-07-19apparmor: allow label to carry debug flagsGravatar John Johansen 4-2/+10
2022-07-19apparmor: fix overlapping attachment computationGravatar John Johansen 1-1/+1
2022-07-13apparmor: disable showing the mode as part of a secid to secctxGravatar John Johansen 1-0/+3
2022-07-13apparmor: Convert secid mapping to XArrays instead of IDRGravatar Matthew Wilcox 1-2/+0
2022-07-13apparmor: add a kernel label to use on kernel objectsGravatar John Johansen 1-0/+1
2022-07-09apparmor: make export of raw binary profile to userspace optionalGravatar John Johansen 2-0/+15
2022-07-09apparmor: fix absroot causing audited secids to begin with =Gravatar John Johansen 1-0/+5
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-9/+13
2021-11-03apparmor: fix zero-length compiler warning in AA_BUG()Gravatar John Johansen 1-1/+6
2021-11-03apparmor: Remove the repeated declarationGravatar Shaokun Zhang 1-4/+0
2021-11-03apparmor: avoid -Wempty-body warningGravatar Arnd Bergmann 1-1/+1
2021-02-07security: apparmor: file.h: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2021-02-07apparmor: update policy capable checks to use a labelGravatar John Johansen 2-2/+5
2020-12-03security: add const qualifier to struct sock in various placesGravatar Florian Westphal 1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+13
2020-06-07apparmor: Fix memory leak of profile proxyGravatar John Johansen 1-0/+1
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-1/+1
2020-01-21apparmor: add outofband transition and use it in xattr matchGravatar John Johansen 1-1/+8