Home
last modified time | relevance | path

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

/security/apparmor/
Dpolicy_ns.c41 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() function
71 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
Dprocattr.c43 if (!aa_ns_visible(current_ns, ns, true)) { in aa_getprocattr()
Dlabel.c1238 return aa_ns_visible(profile->ns, labels_ns(label), true); in label_is_visible()
1288 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1302 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1348 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1364 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1538 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in label_modename()
1571 if (aa_ns_visible(ns, profile->ns, in display_mode()
1621 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in aa_label_snxprint()
Ddomain.c146 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
160 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
208 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
224 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
Dpolicy.c650 if (root_in_user_ns && aa_ns_visible(view_ns, ns, true) && in policy_view_capable()
/security/apparmor/include/
Dpolicy_ns.h87 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);