Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dpolicy_ns.c346 __aa_proxy_redirect(ns_unconfined(ns), in destroy_ns()
347 ns_unconfined(ns->parent)); in destroy_ns()
Ddomain.c393 &profile->label == ns_unconfined(profile->ns)) in __attach_match()
594 new = aa_get_newest_label(ns_unconfined(profile->ns)); in x_to_label()
Dlsm.c837 label = aa_get_label(ns_unconfined(ns)); in apparmor_socket_post_create()
1530 set_cred_label(cred, aa_get_label(ns_unconfined(root_ns))); in set_init_ctx()
Dlabel.c751 res = __label_remove(label, ns_unconfined(labels_ns(label))); in aa_label_remove()
1963 ns_unconfined(labels_ns(this)->parent)); in aa_labelset_destroy()
/Linux-v5.4/security/apparmor/include/
Dpolicy_ns.h81 #define ns_unconfined(NS) (&(NS)->unconfined->label) macro