Searched refs:aa_ns_visible (Results 1 – 6 of 6) sorted by relevance
/linux/security/apparmor/ |
A D | policy_ns.c | 37 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() function 67 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
|
A D | label.c | 1260 return aa_ns_visible(profile->ns, labels_ns(label), true); in label_is_visible() 1310 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1324 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1370 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 1386 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 1560 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in label_modename() 1593 if (aa_ns_visible(ns, profile->ns, in display_mode() 1643 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in aa_label_snxprint()
|
A D | procattr.c | 37 if (!aa_ns_visible(current_ns, ns, true)) { in aa_getprocattr()
|
A D | domain.c | 145 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 159 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 207 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 223 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
|
A D | policy.c | 669 if (root_in_user_ns && aa_ns_visible(view_ns, ns, true) && in aa_policy_view_capable()
|
/linux/security/apparmor/include/ |
A D | policy_ns.h | 83 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
|
Completed in 13 milliseconds