Searched refs:AA_MAY_MOUNT (Results 1 – 2 of 2) sorted by relevance
| /linux/security/apparmor/ |
| H A D | mount.c | 192 if (perms->allow & AA_MAY_MOUNT) in do_match_mnt() 205 if (perms->allow & AA_MAY_MOUNT) in do_match_mnt() 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() 283 return aa_check_perms(profile, &perms, AA_MAY_MOUNT, ad, audit_cb); in match_mnt_path_str() 376 return aa_audit_perm_error(label, AA_MAY_MOUNT, error, &ad, in aa_bind_mount()
|
| /linux/security/apparmor/include/ |
| H A D | mount.h | 21 #define AA_MAY_MOUNT 0x02 macro
|