Home
last modified time | relevance | path

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

/security/apparmor/
Dpolicy_ns.c37 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
42 if (!subns) in aa_ns_visible()
61 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() argument
67 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
Ddomain.c134 unsigned int state, bool subns, u32 request, in label_compound_match() argument
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()
194 unsigned int start, bool subns, u32 request, in label_components_match() argument
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()
254 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument
260 error = label_compound_match(profile, label, stack, state, subns, in label_match()
266 return label_components_match(profile, label, stack, state, subns, in label_match()
Dlabel.c1275 unsigned int state, bool subns, u32 request, in label_compound_match() argument
1283 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1297 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1333 bool subns, u32 request, in label_components_match() argument
1343 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1359 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1391 unsigned int state, bool subns, u32 request, in aa_label_match() argument
1394 int error = label_compound_match(profile, label, state, subns, request, in aa_label_match()
1400 return label_components_match(profile, label, state, subns, request, in aa_label_match()
/security/apparmor/include/
Dpolicy_ns.h83 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
84 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
Dlabel.h360 unsigned int state, bool subns, u32 request,