Home
last modified time | relevance | path

Searched refs:root_ns (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/security/apparmor/
Dpolicy.c93 struct aa_namespace *root_ns; variable
543 root_ns = alloc_namespace(NULL, "root"); in aa_alloc_root_ns()
544 if (!root_ns) in aa_alloc_root_ns()
555 struct aa_namespace *ns = root_ns; in aa_free_root_ns()
556 root_ns = NULL; in aa_free_root_ns()
Daudit.c134 if (profile->ns != root_ns) { in audit_pre()
Dlsm.c878 cxt->profile = aa_get_profile(root_ns->unconfined); in set_init_cxt()
Dapparmorfs.c952 error = __aa_fs_namespace_mkdir(root_ns, aa_fs_entry.dentry, in aa_create_aafs()
/linux-4.4.14/security/apparmor/include/
Dpolicy.h227 extern struct aa_namespace *root_ns;