Searched refs:aa_audit_file (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/security/apparmor/ |
D | domain.c | 711 aa_audit_file(profile, &perms, OP_EXEC, MAY_EXEC, name, target, new, in profile_transition() 787 return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, in profile_onexec() 838 aa_audit_file(profile, &nullperms, OP_CHANGE_ONEXEC, in handle_onexec() 971 aa_audit_file(profile, &nullperms, OP_EXEC, MAY_EXEC, in apparmor_bprm_creds_for_exec() 1019 aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, AA_MAY_CHANGEHAT, in build_change_hat() 1111 aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, in change_hat() 1252 aa_audit_file(profile, &perms, OP_CHANGE_HAT, in aa_change_hat() 1272 error = aa_audit_file(profile, perms, op, request, name, in change_profile_perms_wrapper() 1448 aa_audit_file(profile, &perms, op, request, auditname, in aa_change_profile()
|
D | file.c | 92 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file() function 169 aa_audit_file(profile, &nullperms, op, request, *name, in path_name() 279 return aa_audit_file(profile, perms, op, request, name, NULL, NULL, in __aa_path_perm() 435 return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
|
/Linux-v6.1/security/apparmor/include/ |
D | file.h | 162 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms,
|