summaryrefslogtreecommitdiffstats
path: root/security/apparmor/net.c
AgeCommit message (Expand)AuthorLines
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen-4/+2
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen-1/+1
2025-07-15apparmor: fix af_unix auditing to include all address informationJohn Johansen-8/+12
2025-07-15apparmor: Remove use of the double lockJohn Johansen-3/+0
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen-30/+112
2025-01-18apparmor: in preparation for finer networking rules rework match_protJohn Johansen-12/+69
2025-01-18apparmor: remove redundant unconfined check.John Johansen-2/+1
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler-1/+1
2023-10-18apparmor: refcount the pdbJohn Johansen-2/+2
2023-10-18apparmor: pass cred through to audit info.John Johansen-7/+10
2023-10-18apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen-1/+1
2023-10-18apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen-21/+23
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen-2/+4
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen-11/+13
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen-1/+1
2022-10-03apparmor: convert policy lookup to use accept as an indexJohn Johansen-1/+1
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen-1/+1
2022-07-13apparmor: add a kernel label to use on kernel objectsJohn Johansen-1/+2
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal-3/+3
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs-6/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2018-10-12apparmor: add #ifdef checks for secmark filteringArnd Bergmann-0/+2
2018-10-03apparmor: Allow filtering based on secmark policyMatthew Garrett-0/+66
2018-09-07apparmor: Fix network performance issue in aa_label_sk_permTony Jones-6/+9
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen-0/+187
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds-184/+0
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen-0/+184