summaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)Author
11 daysapparmor: fix deadlock in complain-mode change_hatJohn Johansen
2026-08-10apparmor: constify aa_label parameters on read-only query helpersJohn Johansen
2026-08-10apparmor: constify aa_dfa parameters on read-only compute pathsJohn Johansen
2026-08-10apparmor: constify aa_profile parameters on read-only compute pathsJohn Johansen
2026-08-10apparmor: constify aa_perms parameters that are read-onlyJohn Johansen
2026-08-10apparmor: refactory mount to use check_permsJohn Johansen
2026-08-10apparmor: add audit mode to provide a mechanism to silence complain messagesJohn Johansen
2026-08-10apparmor: mark static tables and structs as read onlyJohn Johansen
2026-08-10apparmor: fix error debug output in fn_label_buildJohn Johansen
2026-08-10apparmor: make table entry count last enum for static tablesJohn Johansen
2026-08-10apparmor: reserve mediation class for packet mediationJohn Johansen
2026-08-10apparmor: refactor network sock mediation in preparation for inet mediationJohn Johansen
2026-08-10apparmor: make MEDIATES_AF_UNIX its own fnJohn Johansen
2026-08-10apparmor: fix out-of-bounds write when null terminating a label vecHyunwoo Kim
2026-08-07apparmor: optimize current_label_crit_section() with needputJohn Johansen
2026-08-06apparmor: fix cred UAF caused by begin_current_label_crit_section()Jann Horn
2026-06-29apparmor: Initial support for compressed policiesMaxime Bélair
2026-06-29apparmor: make include headers self-containedRyan Lee
2026-06-29apparmor: fix net.h and policy.h circular include patternRyan Lee
2026-06-13apparmor: fix kernel-doc warningsRodrigo Zaiden
2026-06-13apparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev
2026-06-13apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia
2026-06-13apparmor: make fn_label_build() capable of handling not supportedJohn Johansen
2026-06-13apparmor: change fn_label_build() call to not return NULLJohn Johansen
2026-06-13apparmor: add a conditional version of get_newest_labelJohn Johansen
2026-03-09apparmor: fix race between freeing data and fs accessing itJohn Johansen
2026-03-09apparmor: fix race on rawdata dereferenceJohn Johansen
2026-03-09apparmor: fix differential encoding verificationJohn Johansen
2026-03-09apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen
2026-03-09apparmor: fix: limit the number of levels of policy namespacesJohn Johansen
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen
2026-01-29apparmor: refactor/cleanup cred helper fns.John Johansen
2026-01-29apparmor: fix label and profile debug macrosJohn Johansen
2026-01-29apparmor: add support loading per permission taggingJohn Johansen
2026-01-22apparmor: make str table more generic and be able to have multiple entriesJohn Johansen
2026-01-22apparmor: Fix & Optimize table creation from possibly unaligned memoryHelge Deller
2025-10-22apparmor: move initcalls to the LSM frameworkPaul Moore
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen
2025-07-15apparmor: fix regression in fs based unix sockets when using old abiJohn Johansen
2025-07-15apparmor: fix AA_DEBUG_LABEL()John Johansen
2025-07-15apparmor: fix af_unix auditing to include all address informationJohn Johansen
2025-07-15apparmor: Remove use of the double lockJohn Johansen
2025-07-15apparmor: update kernel doc comments for xxx_label_crit_sectionJohn Johansen
2025-07-15apparmor: make __begin_current_label_crit_section() indicate whether put is n...Mateusz Guzik
2025-07-15apparmor: mitigate parser generating large xtablesJohn Johansen
2025-05-25apparmor: Document that label must be last member in struct aa_profileJohn Johansen
2025-05-25apparmor: fix loop detection used in conflicting attachment resolutionRyan Lee
2025-05-17apparmor: ensure WB_HISTORY_SIZE value is a power of 2Ryan Lee