Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dprocattr.c37 if (!aa_ns_visible(current_ns, ns, true)) { in aa_getprocattr()
H A Dlabel.c1298 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1312 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1360 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1376 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1551 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in label_modename()
1584 if (aa_ns_visible(ns, profile->ns, in display_mode()
1634 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in aa_label_snxprint()
H A Ddomain.c140 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
154 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
204 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
221 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
H A Dpolicy.c857 if (root_in_user_ns && aa_ns_visible(view_ns, ns, true) && in aa_policy_view_capable()
/linux/security/apparmor/include/
H A Dpolicy_ns.h84 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);