summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
Commit message (Expand)AuthorAgeFilesLines
* lsm: replace context+len with lsm_contextCasey Schaufler2024-12-041-3/+2
* lsm: ensure the correct LSM context releaserCasey Schaufler2024-12-041-1/+1
* parser: drop dead code for XXX_comb macrosJohn Johansen2024-11-261-24/+0
* apparmor: Remove unused parameter L1 in macro next_combJinjie Ruan2024-11-261-2/+2
* apparmor: Remove deadcodeDr. David Alan Gilbert2024-11-265-10/+0
* apparmor: add support for 2^24 states to the dfa state machine.John Johansen2024-11-261-3/+5
* lsm: add lsmprop_to_secctx hookCasey Schaufler2024-10-111-0/+2
* lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-111-1/+1
* lsm: infrastructure management of the sock securityCasey Schaufler2024-07-291-2/+1
* Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-271-0/+20
|\
| * apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik2024-07-241-0/+20
* | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-131-1/+1
|/
* AppArmor: Add selfattr hooksCasey Schaufler2023-11-121-1/+1
* apparmor: Fix regression in mount mediationJohn Johansen2023-10-181-2/+5
* apparmor: add io_uring mediationGeorgia Garcia2023-10-183-1/+10
* apparmor: add user namespace creation mediationJohn Johansen2023-10-183-0/+8
* apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-181-0/+1
* apparmor: refcount the pdbJohn Johansen2023-10-183-18/+39
* apparmor: pass cred through to audit info.John Johansen2023-10-189-23/+44
* apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen2023-10-181-1/+1
* apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen2023-10-183-24/+27
* apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen2023-10-181-0/+5
* apparmor: remove unused functions in policy_ns.c/.hXiu Jianfeng2023-10-151-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-091-1/+0
* apparmor: make aa_set_current_onexec return voidQuanfa Fu2023-07-091-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-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