Searched refs:aa_ns_visible (Results 1 – 7 of 7) sorted by relevance
| /linux/security/apparmor/include/ |
| H A D | lib.h | 85 aa_ns_visible(SUBJ, OBJ, false) 88 aa_ns_visible(SUBJ, OBJ, true)
|
| H A D | policy_ns.h | 86 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
|
| /linux/security/apparmor/ |
| H A D | policy_ns.c | 40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() function 70 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
|
| H A D | procattr.c | 37 if (!aa_ns_visible(current_ns, ns, true)) { in aa_getprocattr()
|
| H A D | label.c | 1302 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 1316 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 1360 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 1375 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 1550 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in label_modename() 1583 if (aa_ns_visible(ns, profile->ns, in display_mode() 1633 if (aa_ns_visible(ns, profile->ns, flags & FLAG_VIEW_SUBNS)) { in aa_label_snxprint()
|
| H A D | domain.c | 140 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 154 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 204 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 221 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match()
|
| H A D | policy.c | 898 if (root_in_user_ns && aa_ns_visible(view_ns, ns, true) && in aa_policy_view_capable()
|