Searched refs:aa_audit_file (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | domain.c | 722 aa_audit_file(subj_cred, profile, &perms, OP_EXEC, MAY_EXEC, name, in profile_transition() 802 return aa_audit_file(subj_cred, profile, &perms, OP_EXEC, in profile_onexec() 857 aa_audit_file(subj_cred, profile, &nullperms, in handle_onexec() 994 aa_audit_file(current_cred(), profile, &nullperms, in apparmor_bprm_creds_for_exec() 1044 aa_audit_file(subj_cred, profile, &nullperms, OP_CHANGE_HAT, in build_change_hat() 1138 aa_audit_file(subj_cred, profile, &nullperms, in change_hat() 1282 aa_audit_file(subj_cred, profile, &perms, OP_CHANGE_HAT, in aa_change_hat() 1306 error = aa_audit_file(subj_cred, profile, perms, op, request, in change_profile_perms_wrapper() 1391 aa_audit_file(subj_cred, profile, &perms, op, in aa_change_profile() 1509 aa_audit_file(subj_cred, in aa_change_profile()
|
D | file.c | 94 int aa_audit_file(const struct cred *subj_cred, in aa_audit_file() function 160 aa_audit_file(subj_cred, in path_name() 230 return aa_audit_file(subj_cred, in __aa_path_perm() 396 return aa_audit_file(subj_cred, in profile_path_link()
|
/linux-6.12.1/security/apparmor/include/ |
D | file.h | 74 int aa_audit_file(const struct cred *cred,
|