Searched refs:aa_audit_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 710 aa_audit_file(profile, &perms, OP_EXEC, MAY_EXEC, name, target, new, in profile_transition() 786 return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, in profile_onexec() 837 aa_audit_file(profile, &nullperms, OP_CHANGE_ONEXEC, in handle_onexec() 968 aa_audit_file(profile, &nullperms, OP_EXEC, MAY_EXEC, in apparmor_bprm_creds_for_exec() 1017 aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, AA_MAY_CHANGEHAT, in build_change_hat() 1109 aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, in change_hat() 1250 aa_audit_file(profile, &perms, OP_CHANGE_HAT, in aa_change_hat() 1270 error = aa_audit_file(profile, perms, op, request, name, in change_profile_perms_wrapper() 1447 aa_audit_file(profile, &perms, op, request, auditname, in aa_change_profile()
|
H A D | file.c | 76 * aa_audit_file - handle the auditing of file operations 90 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file() function 167 aa_audit_file(profile, &nullperms, op, request, *name, in path_name() 277 return aa_audit_file(profile, perms, op, request, name, NULL, NULL, in __aa_path_perm() 433 return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 720 aa_audit_file(subj_cred, profile, &perms, OP_EXEC, MAY_EXEC, name, in profile_transition() 800 return aa_audit_file(subj_cred, profile, &perms, OP_EXEC, in profile_onexec() 855 aa_audit_file(subj_cred, profile, &nullperms, in handle_onexec() 992 aa_audit_file(current_cred(), profile, &nullperms, in apparmor_bprm_creds_for_exec() 1042 aa_audit_file(subj_cred, profile, &nullperms, OP_CHANGE_HAT, in build_change_hat() 1136 aa_audit_file(subj_cred, profile, &nullperms, in change_hat() 1280 aa_audit_file(subj_cred, profile, &perms, OP_CHANGE_HAT, in aa_change_hat() 1304 error = aa_audit_file(subj_cred, profile, perms, op, request, in change_profile_perms_wrapper() 1483 aa_audit_file(subj_cred, in aa_change_profile()
|
H A D | file.c | 79 * aa_audit_file - handle the auditing of file operations 94 int aa_audit_file(const struct cred *subj_cred, in aa_audit_file() function 173 aa_audit_file(subj_cred, in path_name() 243 return aa_audit_file(subj_cred, in __aa_path_perm() 409 return aa_audit_file(subj_cred, in profile_path_link()
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | file.h | 111 int aa_audit_file(const struct cred *cred,
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | file.h | 159 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms,
|
Completed in 8 milliseconds