summaryrefslogtreecommitdiffstats
path: root/security/apparmor/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen2017-11-081-2/+2
* apparmor: add the ability to mediate signalsJohn Johansen2017-09-221-0/+99
* apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen2017-06-101-0/+56
* apparmor: move ptrace checks to using labelsJohn Johansen2017-06-101-66/+21
* apparmor: move capability checks to using labelsJohn Johansen2017-06-101-1/+1
* apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-101-12/+17
* apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2017-01-161-11/+7
* apparmor: fix capability to not use the current task, during reportingJohn Johansen2013-10-291-5/+4
* apparmor: add utility function to get an arbitrary tasks profile.John Johansen2013-04-281-9/+4
* LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-1/+1
* LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-1/+1
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-4/+6
* apparmor: sparse fix: include ipc.hJames Morris2011-09-091-0/+1
* AppArmor: fix build warnings for non-const use of get_task_credJames Morris2010-08-021-1/+1
* AppArmor: mediation of non file objectsJohn Johansen2010-08-021-0/+114