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