Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/
Dpolicy.c94 struct aa_namespace *root_ns; variable
619 root_ns = alloc_namespace(NULL, "root"); in aa_alloc_root_ns()
620 if (!root_ns) in aa_alloc_root_ns()
631 struct aa_namespace *ns = root_ns; in aa_free_root_ns()
632 root_ns = NULL; in aa_free_root_ns()
Daudit.c140 if (profile->ns != root_ns) { in audit_pre()
Dlsm.c895 cxt->profile = aa_get_profile(root_ns->unconfined); in set_init_cxt()
/linux-3.4.99/security/apparmor/include/
Dpolicy.h200 extern struct aa_namespace *root_ns;