summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy.c
AgeCommit message (Expand)AuthorLines
2013-10-16apparmor: fix memleak of the profile hashJohn Johansen-0/+1
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen-1/+2
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen-12/+63
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen-2/+4
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen-5/+4
2013-08-14apparmor: rework namespace free pathJohn Johansen-27/+6
2013-08-14apparmor: update how unconfined is handledJohn Johansen-41/+27
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen-38/+47
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen-104/+109
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen-117/+183
2013-04-28apparmor: Fix smatch warning in aa_remove_profilesJohn Johansen-8/+6
2013-04-28apparmor: move the free_profile fn ahead of aa_alloc_profileJohn Johansen-75/+75
2013-04-28apparmor: remove sid from profilesJohn Johansen-17/+6
2012-10-25apparmor: fix IRQ stack overflow during free_profileJohn Johansen-1/+23
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris-1/+1
2012-05-18apparmor: fix profile lookup for unconfinedJohn Johansen-0/+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
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt-1/+1
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen-0/+1
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com-1/+1
2010-09-08AppArmor: Fix locking from removal of profile namespaceJohn Johansen-2/+4
2010-08-02AppArmor: core policy routinesJohn Johansen-0/+1184