aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include/policy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()John Johansen1-1/+1
2017-01-16apparmor: add ns being viewed as a param to policy_admin_capable()John Johansen1-1/+1
2017-01-16apparmor: add ns being viewed as a param to policy_view_capable()John Johansen1-1/+3
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen1-1/+1
2017-01-16apparmor: name null-XXX profiles after the executableJohn Johansen1-1/+2
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen1-1/+1
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen1-1/+2
2017-01-16apparmor: add fn to lookup profiles by fqnameJohn Johansen1-0/+2
2017-01-16apparmor: add strn version of lookup_profile fnJohn Johansen1-0/+2
2017-01-16apparmor: rename replacedby to proxyJohn Johansen1-10/+10
2017-01-16apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen1-3/+3
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen1-4/+4
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen1-106/+6
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen1-13/+0
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen1-0/+1
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen1-0/+2
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen1-1/+3
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen1-0/+1
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen1-0/+2
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen1-2/+19
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen1-3/+3
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen1-0/+1
2013-08-14apparmor: rework namespace free pathJohn Johansen1-8/+4
2013-08-14apparmor: update how unconfined is handledJohn Johansen1-41/+39
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen1-22/+56
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen1-3/+42
2013-04-28apparmor: remove sid from profilesJohn Johansen1-2/+2
2013-04-28apparmor: refactor profile mode macrosJohn Johansen1-6/+6
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt1-1/+1
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen1-0/+13
2010-08-02AppArmor: core policy routinesJohn Johansen1-0/+305