Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dpolicy_ns.c40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
45 if (!subns) in aa_ns_visible()
64 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() argument
70 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
H A Ddomain.c130 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
140 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
154 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
192 aa_state_t start, bool subns, u32 request, in label_components_match() argument
204 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()
255 bool stack, aa_state_t state, bool subns, u32 request, in label_match() argument
261 error = label_compound_match(profile, label, stack, state, subns, in label_match()
267 return label_components_match(profile, label, stack, state, subns, in label_match()
H A Dlabel.c1290 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
1298 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1312 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1350 bool subns, u32 request, in label_components_match() argument
1360 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1376 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1409 struct aa_label *label, aa_state_t state, bool subns, in aa_label_match() argument
1412 int error = label_compound_match(profile, rules, label, state, subns, in aa_label_match()
1418 return label_components_match(profile, rules, label, state, subns, in aa_label_match()
/linux/security/apparmor/include/
H A Dpolicy_ns.h84 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
85 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
H A Dlabel.h346 struct aa_label *label, aa_state_t state, bool subns,
/linux/include/net/
H A Dcfg80211.h7043 uint8_t subns; member