Lines Matching refs:perms
1280 struct aa_perms *perms) in label_compound_match() argument
1296 *perms = allperms; in label_compound_match()
1308 aa_compute_perms(profile->policy.dfa, state, perms); in label_compound_match()
1309 aa_apply_modes_to_perms(profile, perms); in label_compound_match()
1310 if ((perms->allow & request) != request) in label_compound_match()
1316 *perms = nullperms; in label_compound_match()
1338 struct aa_perms *perms) in label_components_match() argument
1361 aa_perms_accum(perms, &tmp); in label_components_match()
1370 aa_perms_accum(perms, &tmp); in label_components_match()
1373 if ((perms->allow & request) != request) in label_components_match()
1379 *perms = nullperms; in label_components_match()
1396 struct aa_perms *perms) in aa_label_match() argument
1399 perms); in aa_label_match()
1403 *perms = allperms; in aa_label_match()
1405 perms); in aa_label_match()