summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_ns.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-221-1/+1
* apparmor: move context.h to cred.hJohn Johansen2018-02-091-1/+1
* apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-211-4/+4
* apparmor: ensure unconfined profiles have dfas initializedJohn Johansen2017-09-221-0/+2
* apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-111-5/+15
* apparmor: add namespace lookup fns()John Johansen2017-06-111-0/+54
* apparmor: add policy revision file interfaceJohn Johansen2017-06-111-0/+1
* apparmor: allow specifying an already created dir to create ns entries inJohn Johansen2017-06-081-1/+1
* apparmor: rename apparmor file fns and data to indicate useJohn Johansen2017-06-081-2/+2
* apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-081-0/+1
* apparmor: track ns level so it can be used to help in view checksJohn Johansen2017-01-161-0/+1
* apparmor: pass gfp_t parameter into profile allocationJohn Johansen2017-01-161-1/+1
* apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen2017-01-161-32/+66
* apparmor: pass gfp param into aa_policy_init()John Johansen2017-01-161-1/+1
* apparmor: allow ns visibility question to consider subnsesJohn Johansen2017-01-161-3/+9
* apparmor: add fn to lookup profiles by fqnameJohn Johansen2017-01-161-2/+2
* apparmor: add strn version of aa_find_nsJohn Johansen2017-01-161-3/+19
* apparmor: rename replacedby to proxyJohn Johansen2017-01-161-1/+1
* apparmor: rename namespace to ns to improve code line lengthsJohn Johansen2017-01-161-42/+40Star
* apparmor: split apparmor policy namespaces code into its own fileJohn Johansen2017-01-161-0/+291