Searched refs:inview (Results 1 – 2 of 2) sorted by relevance
| /linux/security/apparmor/ |
| H A D | domain.c | 130 aa_state_t state, bool inview, u32 request, in label_compound_match() argument 140 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 154 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 192 aa_state_t start, bool inview, u32 request, in label_components_match() argument 204 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 221 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 255 bool stack, aa_state_t state, bool inview, u32 request, in label_match() argument 261 error = label_compound_match(profile, label, stack, state, inview, in label_match() 267 return label_components_match(profile, label, stack, state, inview, in label_match()
|
| H A D | label.c | 1290 aa_state_t state, bool inview, u32 request, in label_compound_match() argument 1298 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 1312 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_compound_match() 1346 bool inview, u32 request, in label_components_match() argument 1356 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 1371 if (!aa_ns_visible(profile->ns, tp->ns, inview)) in label_components_match() 1403 struct aa_label *label, aa_state_t state, bool inview, in aa_label_match() argument 1407 inview, request, perms); in aa_label_match() 1413 return label_components_match(profile, rules, label, state, inview, in aa_label_match()
|