Searched refs:aa_audit_file (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/security/apparmor/ |
D | file.c | 106 int aa_audit_file(struct aa_profile *profile, struct file_perms *perms, in aa_audit_file() function 303 error = aa_audit_file(profile, &perms, GFP_KERNEL, op, request, name, in aa_path_perm() 431 error = aa_audit_file(profile, &lperms, GFP_KERNEL, OP_LINK, request, in aa_path_link()
|
D | domain.c | 514 error = aa_audit_file(profile, &perms, GFP_KERNEL, OP_EXEC, MAY_EXEC, in apparmor_bprm_set_creds() 716 error = aa_audit_file(profile, &perms, GFP_KERNEL, in aa_change_hat() 842 error = aa_audit_file(profile, &perms, GFP_KERNEL, op, request, in aa_change_profile()
|
/linux-4.4.14/security/apparmor/include/ |
D | file.h | 147 int aa_audit_file(struct aa_profile *profile, struct file_perms *perms,
|