Searched refs:subns (Results 1 – 5 of 5) sorted by relevance
/security/apparmor/ |
D | policy_ns.c | 37 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()
|
D | domain.c | 134 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()
|
D | label.c | 1275 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/ |
D | policy_ns.h | 83 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);
|
D | label.h | 360 unsigned int state, bool subns, u32 request,
|