aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_ns.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21apparmor: fix an error code in __aa_create_ns()Dan Carpenter1-1/+1
2018-02-09apparmor: move context.h to cred.hJohn Johansen1-1/+1
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen1-4/+4
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen1-0/+2
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen1-5/+15
2017-06-10apparmor: add namespace lookup fns()John Johansen1-0/+54
2017-06-10apparmor: add policy revision file interfaceJohn Johansen1-0/+1
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen1-1/+1
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen1-2/+2
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen1-0/+1
2017-01-16apparmor: track ns level so it can be used to help in view checksJohn Johansen1-0/+1
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-32/+66
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen1-1/+1
2017-01-16apparmor: allow ns visibility question to consider subnsesJohn Johansen1-3/+9
2017-01-16apparmor: add fn to lookup profiles by fqnameJohn Johansen1-2/+2
2017-01-16apparmor: add strn version of aa_find_nsJohn Johansen1-3/+19
2017-01-16apparmor: rename replacedby to proxyJohn Johansen1-1/+1
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen1-42/+40
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen1-0/+291