summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-1413-191/+288
|\
| * apparmor: refactor code that alloc null profilesJohn Johansen2022-10-241-2/+4
| * apparmor: Fix undefined references to zstd_ symbolsJohn Johansen2022-10-031-0/+11
| * apparmor: make __aa_path_perm() staticXiu Jianfeng2022-10-031-3/+0
| * apparmor: Simplify obtain the newest label on a credGaosheng Cui2022-10-031-13/+0
| * apparmor: rework profile->rules to be a listJohn Johansen2022-10-031-1/+16
| * apparmor: refactor profile rules and attachmentsJohn Johansen2022-10-033-38/+58
| * apparmor: cleanup: move perm accumulation into perms.hJohn Johansen2022-10-031-0/+53
| * apparmor: make sure perm indexes are accumulatedJohn Johansen2022-10-032-2/+11
| * apparmor: add the ability for policy to specify a permission tableJohn Johansen2022-10-031-1/+4
| * apparmor: add user mode flagJohn Johansen2022-10-032-0/+4
| * apparmor: add mediation class information to auditingJohn Johansen2022-10-033-3/+8
| * apparmor: extend permissions to support a label and tag stringJohn Johansen2022-10-034-8/+12
| * apparmor: isolate policy backwards compatibility to its own fileJohn Johansen2022-10-032-0/+34
| * apparmor: extend xindex sizeJohn Johansen2022-10-032-13/+12
| * 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-035-30/+30
| * apparmor: convert policy lookup to use accept as an indexJohn Johansen2022-10-032-8/+12
| * apparmor: cleanup shared permission structJohn Johansen2022-10-031-10/+7
| * apparmor: convert xmatch to using the new shared policydb structJohn Johansen2022-10-032-3/+2
| * apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen2022-10-032-38/+15
| * apparmor: compute policydb permission on profile loadJohn Johansen2022-10-032-2/+12
| * apparmor: convert xmatch to use aa_perms structureJohn Johansen2022-10-031-1/+2
| * apparmor: move fperm computation into policy_unpackJohn Johansen2022-10-031-1/+0
| * apparmor: compute xmatch permissions on profile loadMike Salvatore2022-10-031-0/+2
| * apparmor: compute file permissions on profile loadMike Salvatore2022-10-031-3/+12
| * apparmor: reserve mediation classesJohn Johansen2022-10-031-1/+8
* | apparmor: test: make static symbols visible during kunit testingRae Moar2022-12-121-0/+50
|/
* apparmor: move ptrace mediation to more logical task.{h,c}John Johansen2022-07-192-18/+18
* apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-07-191-0/+3
* apparmor: allow label to carry debug flagsJohn Johansen2022-07-194-2/+10
* apparmor: fix overlapping attachment computationJohn Johansen2022-07-191-1/+1
* apparmor: disable showing the mode as part of a secid to secctxJohn Johansen2022-07-131-0/+3
* apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox2022-07-131-2/+0
* apparmor: add a kernel label to use on kernel objectsJohn Johansen2022-07-131-0/+1
* apparmor: make export of raw binary profile to userspace optionalJohn Johansen2022-07-092-0/+15
* apparmor: fix absroot causing audited secids to begin with =John Johansen2022-07-091-0/+5
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-114-9/+13
|\
| * apparmor: fix zero-length compiler warning in AA_BUG()John Johansen2021-11-031-1/+6
| * apparmor: Remove the repeated declarationShaokun Zhang2021-11-031-4/+0
| * apparmor: avoid -Wempty-body warningArnd Bergmann2021-11-031-1/+1
| * security: apparmor: file.h: delete duplicated wordRandy Dunlap2021-02-071-1/+1
| * apparmor: update policy capable checks to use a labelJohn Johansen2021-02-072-2/+5
* | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-031-1/+1
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-072-0/+13
|\ \
| * | apparmor: Fix memory leak of profile proxyJohn Johansen2020-06-071-0/+1
| |/
| * apparmor: add outofband transition and use it in xattr matchJohn Johansen2020-01-211-1/+8
| * apparmor: fix nnp subset test for unconfinedJohn Johansen2020-01-211-0/+1
| * apparmor: add a valid state flags checkJohn Johansen2020-01-181-0/+4