Searched refs:aa_ns_visible (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | policy_ns.c | 41 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()
|
D | procattr.c | 43 if (!aa_ns_visible(current_ns, ns, true)) { in aa_getprocattr()
|
D | label.c | 1237 return aa_ns_visible(profile->ns, labels_ns(label), true); in label_is_visible() 1287 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1301 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1347 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 1363 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 1535 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in label_modename() 1568 if (aa_ns_visible(ns, profile->ns, in display_mode() 1618 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in aa_label_snxprint()
|
D | domain.c | 147 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 161 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 209 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 225 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
|
D | policy.c | 654 if (root_in_user_ns && aa_ns_visible(view_ns, ns, true) && in policy_view_capable()
|
/Linux-v4.19/security/apparmor/include/ |
D | policy_ns.h | 87 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
|