summaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-3/+2
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-1/+1
2024-11-27parser: drop dead code for XXX_comb macrosJohn Johansen1-24/+0
2024-11-27apparmor: Remove unused parameter L1 in macro next_combJinjie Ruan1-2/+2
2024-11-27apparmor: Remove deadcodeDr. David Alan Gilbert5-10/+0
2024-11-27apparmor: add support for 2^24 states to the dfa state machine.John Johansen1-3/+5
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler1-0/+2
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler1-1/+1
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler1-2/+1
2024-07-27Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+20
2024-07-24apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik1-0/+20
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-1/+1
2023-11-13AppArmor: Add selfattr hooksCasey Schaufler1-1/+1
2023-10-19apparmor: Fix regression in mount mediationJohn Johansen1-2/+5
2023-10-19apparmor: add io_uring mediationGeorgia Garcia3-1/+10
2023-10-19apparmor: add user namespace creation mediationJohn Johansen3-0/+8
2023-10-19apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+1
2023-10-19apparmor: refcount the pdbJohn Johansen3-18/+39
2023-10-19apparmor: pass cred through to audit info.John Johansen9-23/+44
2023-10-19apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen1-1/+1
2023-10-19apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen3-24/+27
2023-10-19apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen1-0/+5
2023-10-16apparmor: remove unused functions in policy_ns.c/.hXiu Jianfeng1-14/+0
2023-08-08apparmor: remove unused PROF_* macrosGONG, Ruiqi1-3/+0
2023-08-08apparmor: cleanup unused functions in file.hXiu Jianfeng1-37/+0
2023-08-08apparmor: cleanup unused declarations in policy.hXiu Jianfeng1-6/+0
2023-07-10apparmor: remove unused macroGONG, Ruiqi1-1/+0
2023-07-10apparmor: make aa_set_current_onexec return voidQuanfa Fu1-1/+1
2023-06-26apparmor: Free up __cleanup() namePeter Zijlstra1-3/+3
2022-12-15Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-191/+288
2022-12-13apparmor: test: make static symbols visible during kunit testingRae Moar1-0/+50
2022-10-25apparmor: refactor code that alloc null profilesJohn Johansen1-2/+4
2022-10-04apparmor: Fix undefined references to zstd_ symbolsJohn Johansen1-0/+11
2022-10-04apparmor: make __aa_path_perm() staticXiu Jianfeng1-3/+0
2022-10-04apparmor: Simplify obtain the newest label on a credGaosheng Cui1-13/+0
2022-10-04apparmor: rework profile->rules to be a listJohn Johansen1-1/+16
2022-10-04apparmor: refactor profile rules and attachmentsJohn Johansen3-38/+58
2022-10-04apparmor: cleanup: move perm accumulation into perms.hJohn Johansen1-0/+53
2022-10-04apparmor: make sure perm indexes are accumulatedJohn Johansen2-2/+11
2022-10-04apparmor: add the ability for policy to specify a permission tableJohn Johansen1-1/+4
2022-10-04apparmor: add user mode flagJohn Johansen2-0/+4
2022-10-04apparmor: add mediation class information to auditingJohn Johansen3-3/+8
2022-10-04apparmor: extend permissions to support a label and tag stringJohn Johansen4-8/+12
2022-10-04apparmor: isolate policy backwards compatibility to its own fileJohn Johansen2-0/+34
2022-10-04apparmor: extend xindex sizeJohn Johansen2-13/+12
2022-10-04apparmor: move dfa perm macros into policy_unpackJohn Johansen1-51/+0
2022-10-04apparmor: preparse for state being more than just an integerJohn Johansen5-30/+30
2022-10-04apparmor: convert policy lookup to use accept as an indexJohn Johansen2-8/+12
2022-10-04apparmor: cleanup shared permission structJohn Johansen1-10/+7
2022-10-04apparmor: convert xmatch to using the new shared policydb structJohn Johansen2-3/+2