summaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-91/+257
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen2-16/+20
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen2-2/+10
2025-07-16apparmor: fix regression in fs based unix sockets when using old abiJohn Johansen1-3/+0
2025-07-16apparmor: fix AA_DEBUG_LABEL()John Johansen1-1/+1
2025-07-16apparmor: fix af_unix auditing to include all address informationJohn Johansen1-0/+4
2025-07-16apparmor: Remove use of the double lockJohn Johansen2-1/+1
2025-07-16apparmor: update kernel doc comments for xxx_label_crit_sectionJohn Johansen1-0/+8
2025-07-16apparmor: make __begin_current_label_crit_section() indicate whether put is n...Mateusz Guzik1-6/+15
2025-07-16apparmor: mitigate parser generating large xtablesJohn Johansen1-0/+1
2025-05-26apparmor: Document that label must be last member in struct aa_profileJohn Johansen1-1/+8
2025-05-26apparmor: fix loop detection used in conflicting attachment resolutionRyan Lee1-4/+1
2025-05-18apparmor: ensure WB_HISTORY_SIZE value is a power of 2Ryan Lee1-1/+2
2025-05-17apparmor: fix some kernel-doc issues in header filesRandy Dunlap5-8/+8
2025-02-10apparmor: use the condition in AA_BUG_FMT even with debug disabledMateusz Guzik1-1/+5
2025-01-18apparmor: gate make fine grained unix mediation behind v9 abiJohn Johansen1-1/+17
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen6-13/+76
2025-01-18apparmor: in preparation for finer networking rules rework match_protJohn Johansen1-2/+6
2025-01-18apparmor: remove af_select macroJohn Johansen1-10/+0
2025-01-18apparmor: add ability to mediate caps with policy state machineJohn Johansen1-0/+1
2025-01-18apparmor: add support for profiles to define the kill signalJohn Johansen4-5/+24
2025-01-18apparmor: add additional flags to extended permission.John Johansen2-3/+9
2025-01-18apparmor: carry mediation check on labelJohn Johansen3-13/+25
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen2-12/+27
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