Searched refs:aa_audit_perm_error (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| H A D | mount.c | 262 return aa_audit_perm_error(&profile->label, AA_MAY_MOUNT, in match_mnt_path_str() 269 return aa_audit_perm_error(&profile->label, AA_MAY_MOUNT, in match_mnt_path_str() 376 return aa_audit_perm_error(label, AA_MAY_MOUNT, error, &ad, in aa_bind_mount() 565 return aa_audit_perm_error(&profile->label, AA_MAY_UMOUNT, in profile_umount() 658 error = aa_audit_perm_error(&profile->label, AA_MAY_PIVOTROOT, error, in build_pivotroot() 705 error = aa_audit_perm_error(label, AA_MAY_PIVOTROOT, error, &ad, in aa_pivotroot()
|
| H A D | audit.c | 167 int aa_audit_perm_error(struct aa_label *label, u32 request, int error, in aa_audit_perm_error() function
|
| /linux/security/apparmor/include/ |
| H A D | audit.h | 202 int aa_audit_perm_error(struct aa_label *label, u32 request, int error,
|