summaryrefslogtreecommitdiff
path: root/security/apparmor/policy.c
AgeCommit message (Expand)Author
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen
2016-07-12apparmor: fix refcount race when finding a child profileJohn Johansen
2016-07-12apparmor: fix audit full profile hname on successful loadJohn Johansen
2016-07-12apparmor: fix log failures for all profiles in a setJohn Johansen
2016-07-12apparmor: fix put() parent ref after updating the active refJohn Johansen
2016-07-12apparmor: fix replacement bug that adds new child to old parentJohn Johansen
2016-07-12apparmor: fix refcount bug in profile replacementJohn Johansen
2013-10-16apparmor: fix memleak of the profile hashJohn Johansen
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen
2013-08-14apparmor: rework namespace free pathJohn Johansen
2013-08-14apparmor: update how unconfined is handledJohn Johansen
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen
2013-04-28apparmor: Fix smatch warning in aa_remove_profilesJohn Johansen
2013-04-28apparmor: move the free_profile fn ahead of aa_alloc_profileJohn Johansen
2013-04-28apparmor: remove sid from profilesJohn Johansen
2012-10-25apparmor: fix IRQ stack overflow during free_profileJohn Johansen
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2012-05-18apparmor: fix profile lookup for unconfinedJohn Johansen
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com
2010-09-08AppArmor: Fix locking from removal of profile namespaceJohn Johansen
2010-08-02AppArmor: core policy routinesJohn Johansen