Lines Matching refs:perms
1304 struct aa_perms *perms) in label_compound_match() argument
1320 *perms = allperms; in label_compound_match()
1332 aa_compute_perms(profile->policy.dfa, state, perms); in label_compound_match()
1333 aa_apply_modes_to_perms(profile, perms); in label_compound_match()
1334 if ((perms->allow & request) != request) in label_compound_match()
1340 *perms = nullperms; in label_compound_match()
1362 struct aa_perms *perms) in label_components_match() argument
1385 aa_perms_accum(perms, &tmp); in label_components_match()
1394 aa_perms_accum(perms, &tmp); in label_components_match()
1397 if ((perms->allow & request) != request) in label_components_match()
1403 *perms = nullperms; in label_components_match()
1420 struct aa_perms *perms) in aa_label_match() argument
1423 perms); in aa_label_match()
1427 *perms = allperms; in aa_label_match()
1429 perms); in aa_label_match()