summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy.c
Commit message (Expand)AuthorAgeFilesLines
...
* apparmor: rename replacedby to proxyJohn Johansen2017-01-161-35/+35
* apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen2017-01-161-1/+1
* apparmor: rename namespace to ns to improve code line lengthsJohn Johansen2017-01-161-16/+16
* apparmor: split apparmor policy namespaces code into its own fileJohn Johansen2017-01-161-284/+14Star
* apparmor: split out shared policy_XXX fns to libJohn Johansen2017-01-161-119/+4Star
* apparmor: fix module parameters can be changed after policy is lockedJohn Johansen2016-07-121-1/+17
* apparmor: fix refcount race when finding a child profileJohn Johansen2016-07-121-1/+3
* apparmor: fix audit full profile hname on successful loadJohn Johansen2016-07-121-1/+1
* apparmor: fix log failures for all profiles in a setJohn Johansen2016-07-121-10/+19
* apparmor: fix put() parent ref after updating the active refJohn Johansen2016-07-121-1/+1
* apparmor: fix replacement bug that adds new child to old parentJohn Johansen2016-07-121-1/+1
* apparmor: fix refcount bug in profile replacementJohn Johansen2016-07-121-2/+2
* apparmor: fix memleak of the profile hashJohn Johansen2013-10-161-0/+1
* apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen2013-09-301-1/+2
* apparmor: add interface files for profiles and namespacesJohn Johansen2013-08-141-12/+63
* apparmor: allow setting any profile into the unconfined stateJohn Johansen2013-08-141-2/+4
* apparmor: make free_profile available outside of policy.cJohn Johansen2013-08-141-5/+4Star
* apparmor: rework namespace free pathJohn Johansen2013-08-141-27/+6Star
* apparmor: update how unconfined is handledJohn Johansen2013-08-141-41/+27Star
* apparmor: change how profile replacement update is doneJohn Johansen2013-08-141-38/+47
* apparmor: convert profile lists to RCU based lockingJohn Johansen2013-08-141-104/+109
* apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen2013-08-141-117/+183
* apparmor: Fix smatch warning in aa_remove_profilesJohn Johansen2013-04-281-8/+6Star
* apparmor: move the free_profile fn ahead of aa_alloc_profileJohn Johansen2013-04-281-75/+75
* apparmor: remove sid from profilesJohn Johansen2013-04-281-17/+6Star
* apparmor: fix IRQ stack overflow during free_profileJohn Johansen2012-10-241-1/+23
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-221-1/+1
|\
| * 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
* | apparmor: fix profile lookup for unconfinedJohn Johansen2012-05-181-0/+4
|/
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-4/+6
* AppArmor: add const qualifiers to string arraysJan Engelhardt2012-03-151-1/+1
* AppArmor: Add ability to load extended policyJohn Johansen2012-03-151-0/+1
* APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com2010-11-101-1/+1
* AppArmor: Fix locking from removal of profile namespaceJohn Johansen2010-09-081-2/+4
* AppArmor: core policy routinesJohn Johansen2010-08-021-0/+1184