summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* AppArmor: Add selfattr hooksCasey Schaufler2023-11-131-1/+1
* apparmor: Fix regression in mount mediationJohn Johansen2023-10-191-2/+5
* apparmor: add io_uring mediationGeorgia Garcia2023-10-193-1/+10
* apparmor: add user namespace creation mediationJohn Johansen2023-10-193-0/+8
* apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-191-0/+1
* apparmor: refcount the pdbJohn Johansen2023-10-193-18/+39
* apparmor: pass cred through to audit info.John Johansen2023-10-199-23/+44
* apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen2023-10-191-1/+1
* apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen2023-10-193-24/+27
* apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen2023-10-191-0/+5
* apparmor: remove unused functions in policy_ns.c/.hXiu Jianfeng2023-10-161-14/+0
* apparmor: remove unused PROF_* macrosGONG, Ruiqi2023-08-081-3/+0
* apparmor: cleanup unused functions in file.hXiu Jianfeng2023-08-081-37/+0
* apparmor: cleanup unused declarations in policy.hXiu Jianfeng2023-08-081-6/+0
* apparmor: remove unused macroGONG, Ruiqi2023-07-101-1/+0
* apparmor: make aa_set_current_onexec return voidQuanfa Fu2023-07-101-1/+1
* apparmor: Free up __cleanup() namePeter Zijlstra2023-06-261-3/+3
* 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-251-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-141-0/+3