Lines Matching refs:request
130 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
164 if ((perms->allow & request) != request) in label_compound_match()
192 aa_state_t start, bool subns, u32 request, in label_components_match() argument
232 if ((perms->allow & request) != request) in label_components_match()
255 bool stack, aa_state_t state, bool subns, u32 request, in label_match() argument
262 request, perms); in label_match()
268 request, perms); in label_match()
290 u32 request, aa_state_t start, in change_profile_perms() argument
300 return label_match(profile, target, stack, start, true, request, perms); in change_profile_perms()
1354 u32 request, struct aa_perms *perms) in change_profile_perms_wrapper() argument
1361 error = change_profile_perms(profile, target, stack, request, in change_profile_perms_wrapper()
1365 error = aa_audit_file(subj_cred, profile, perms, op, request, in change_profile_perms_wrapper()
1400 u32 request; in aa_change_profile() local
1421 request = AA_MAY_ONEXEC; in aa_change_profile()
1427 request = AA_MAY_CHANGE_PROFILE; in aa_change_profile()
1448 perms.audit = request; in aa_change_profile()
1451 request, auditname, NULL, target, in aa_change_profile()
1499 request, &perms)); in aa_change_profile()
1570 profile, &perms, op, request, auditname, in aa_change_profile()