summaryrefslogtreecommitdiff
path: root/security/apparmor/af_unix.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10apparmor: constify aa_dfa parameters on read-only compute pathsJohn Johansen1-1/+1
2026-08-10apparmor: constify aa_perms parameters that are read-onlyJohn Johansen1-1/+1
2026-08-10apparmor: make MEDIATES_AF_UNIX its own fnJohn Johansen1-7/+7
2026-08-07apparmor: optimize current_label_crit_section() with needputJohn Johansen1-10/+15
2026-06-29apparmor: fix net.h and policy.h circular include patternRyan Lee1-0/+1
2026-06-13apparmor: fix kernel-doc warningsRodrigo Zaiden1-1/+1
2026-06-13apparmor: fix refcount leak when updating the sk_ctxJohn Johansen1-2/+4
2026-06-13apparmor: fix race in unix socket mediation when peer_path is usedJohn Johansen1-26/+32
2026-06-13apparmor: fix shadowing of plabel that prevents cache from being updatedJohn Johansen1-2/+1
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen1-1/+1
2025-09-15apparmor/af_unix: constify struct path * argumentsAl Viro1-7/+7
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen1-15/+7
2025-07-20apparmor: shift uid when mediating af_unix in usernsGabriel Totev1-2/+6
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen1-3/+76
2025-07-15apparmor: fix regression in fs based unix sockets when using old abiJohn Johansen1-48/+71
2025-07-15apparmor: fix af_unix auditing to include all address informationJohn Johansen1-2/+2
2025-07-15apparmor: Remove use of the double lockJohn Johansen1-96/+101
2025-01-18apparmor: gate make fine grained unix mediation behind v9 abiJohn Johansen1-7/+7
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen1-0/+702