Lines Matching refs:ns
105 if (profile->ns == tp->ns) in match_component()
109 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
143 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
157 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
205 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()
382 struct aa_ns *ns, struct list_head *head, in find_attach() argument
396 &profile->label == ns_unconfined(profile->ns)) in find_attach()
425 long rev = READ_ONCE(ns->revision); in find_attach()
435 READ_ONCE(ns->revision)) in find_attach()
557 struct aa_ns *ns = profile->ns; in x_to_label() local
579 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label()
583 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label()
598 new = aa_get_newest_label(ns_unconfined(profile->ns)); in x_to_label()
649 new = find_attach(bprm, profile->ns, in profile_transition()
650 &profile->ns->base.profiles, name, &info); in profile_transition()