| /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() 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 D | domain.c | 130 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 D | label.c | 1290 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 D | policy_ns.h | 84 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 D | label.h | 346 struct aa_label *label, aa_state_t state, bool subns,
|
| /linux/include/net/ |
| H A D | cfg80211.h | 7043 uint8_t subns; member
|