summaryrefslogtreecommitdiffstats
path: root/security/apparmor/ipc.c
AgeCommit message (Expand)AuthorLines
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen-2/+1
2025-01-18apparmor: switch signal mediation to use RULE_MEDIATESJohn Johansen-5/+5
2023-10-18apparmor: refcount the pdbJohn Johansen-2/+2
2023-10-18apparmor: pass cred through to audit info.John Johansen-4/+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-19/+20
2022-10-25AppArmor: Fix kernel-docJiapeng Chong-1/+1
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen-2/+3
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen-4/+5
2022-10-03apparmor: add mediation class information to auditingJohn Johansen-1/+1
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen-1/+1
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen-110/+0
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs-23/+23
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2019-01-10LSM: generalize flag passing to security_capableMicah Morton-1/+2
2018-02-09apparmor: move context.h to cred.hJohn Johansen-1/+1
2018-02-09apparmor: audit unknown signal numbersJohn Johansen-3/+7
2018-02-09apparmor: make signal label match work when matching stacked labelsJohn Johansen-28/+12
2018-02-09apparmor: fix logging of the existence test for signalsJohn Johansen-1/+1
2018-01-12apparmor: fix ptrace label match when matching stacked labelsJohn Johansen-21/+32
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen-2/+2
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen-0/+99
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen-0/+56
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen-66/+21
2017-06-10apparmor: move capability checks to using labelsJohn Johansen-1/+1
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen-12/+17
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen-11/+7
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen-5/+4
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.John Johansen-9/+4
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris-4/+6
2011-09-09apparmor: sparse fix: include ipc.hJames Morris-0/+1
2010-08-02AppArmor: fix build warnings for non-const use of get_task_credJames Morris-1/+1
2010-08-02AppArmor: mediation of non file objectsJohn Johansen-0/+114