summaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorFilesLines
2026-08-16apparmor: fix deadlock in complain-mode change_hatJohn Johansen1-0/+3
2026-08-11apparmor: constify aa_label parameters on read-only query helpersJohn Johansen1-11/+12
2026-08-11apparmor: constify aa_dfa parameters on read-only compute pathsJohn Johansen2-8/+10
2026-08-11apparmor: constify aa_profile parameters on read-only compute pathsJohn Johansen4-5/+5
2026-08-11apparmor: constify aa_perms parameters that are read-onlyJohn Johansen2-6/+7
2026-08-11apparmor: refactory mount to use check_permsJohn Johansen1-0/+5
2026-08-11apparmor: add audit mode to provide a mechanism to silence complain messagesJohn Johansen1-0/+1
2026-08-11apparmor: mark static tables and structs as read onlyJohn Johansen3-4/+4
2026-08-11apparmor: fix error debug output in fn_label_buildJohn Johansen1-2/+2
2026-08-11apparmor: make table entry count last enum for static tablesJohn Johansen2-3/+3
2026-08-11apparmor: reserve mediation class for packet mediationJohn Johansen1-0/+1
2026-08-11apparmor: refactor network sock mediation in preparation for inet mediationJohn Johansen2-3/+40
2026-08-11apparmor: make MEDIATES_AF_UNIX its own fnJohn Johansen1-1/+5
2026-08-11apparmor: fix out-of-bounds write when null terminating a label vecHyunwoo Kim1-3/+3
2026-08-08apparmor: optimize current_label_crit_section() with needputJohn Johansen1-8/+8
2026-08-07apparmor: fix cred UAF caused by begin_current_label_crit_section()Jann Horn2-9/+12
2026-06-29apparmor: Initial support for compressed policiesMaxime Bélair2-2/+4
2026-06-29apparmor: make include headers self-containedRyan Lee6-0/+15
2026-06-29apparmor: fix net.h and policy.h circular include patternRyan Lee1-1/+0
2026-06-14apparmor: fix kernel-doc warningsRodrigo Zaiden1-1/+1
2026-06-14apparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev1-0/+19
2026-06-14apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia1-0/+12
2026-06-14apparmor: make fn_label_build() capable of handling not supportedJohn Johansen1-5/+8
2026-06-14apparmor: change fn_label_build() call to not return NULLJohn Johansen1-6/+6
2026-06-14apparmor: add a conditional version of get_newest_labelJohn Johansen1-0/+32
2026-03-10apparmor: fix race between freeing data and fs accessing itJohn Johansen4-15/+27
2026-03-10apparmor: fix race on rawdata dereferenceJohn Johansen1-28/+43
2026-03-10apparmor: fix differential encoding verificationJohn Johansen1-0/+1
2026-03-10apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen1-1/+1
2026-03-10apparmor: fix: limit the number of levels of policy namespacesJohn Johansen1-0/+2
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen1-3/+16
2026-01-29apparmor: refactor/cleanup cred helper fns.John Johansen1-31/+69
2026-01-29apparmor: fix label and profile debug macrosJohn Johansen1-1/+3
2026-01-29apparmor: add support loading per permission taggingJohn Johansen3-6/+33
2026-01-22apparmor: make str table more generic and be able to have multiple entriesJohn Johansen1-2/+9
2026-01-22apparmor: Fix & Optimize table creation from possibly unaligned memoryHelge Deller1-5/+7
2025-10-23apparmor: move initcalls to the LSM frameworkPaul Moore2-0/+3
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