aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/ipc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIGravatar Richard Guy Briggs 1-23/+23
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2019-01-10LSM: generalize flag passing to security_capableGravatar Micah Morton 1-1/+2
2018-02-09apparmor: move context.h to cred.hGravatar John Johansen 1-1/+1
2018-02-09apparmor: audit unknown signal numbersGravatar John Johansen 1-3/+7
2018-02-09apparmor: make signal label match work when matching stacked labelsGravatar John Johansen 1-28/+12
2018-02-09apparmor: fix logging of the existence test for signalsGravatar John Johansen 1-1/+1
2018-01-12apparmor: fix ptrace label match when matching stacked labelsGravatar John Johansen 1-21/+32
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGGravatar John Johansen 1-2/+2
2017-09-22apparmor: add the ability to mediate signalsGravatar John Johansen 1-0/+99
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityGravatar John Johansen 1-0/+56
2017-06-10apparmor: move ptrace checks to using labelsGravatar John Johansen 1-66/+21
2017-06-10apparmor: move capability checks to using labelsGravatar John Johansen 1-1/+1
2017-06-10apparmor: switch from profiles to using labels on contextsGravatar John Johansen 1-12/+17
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroGravatar John Johansen 1-11/+7
2013-10-29apparmor: fix capability to not use the current task, during reportingGravatar John Johansen 1-5/+4
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.Gravatar John Johansen 1-9/+4
2012-04-09LSM: do not initialize common_audit_data to 0Gravatar Eric Paris 1-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionGravatar Eric Paris 1-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataGravatar Eric Paris 1-4/+6
2011-09-09apparmor: sparse fix: include ipc.hGravatar James Morris 1-0/+1
2010-08-02AppArmor: fix build warnings for non-const use of get_task_credGravatar James Morris 1-1/+1
2010-08-02AppArmor: mediation of non file objectsGravatar John Johansen 1-0/+114