Searched refs:ALL_PERMS_MASK (Results 1 – 3 of 3) sorted by relevance
24 const struct aa_perms allperms = { .allow = ALL_PERMS_MASK,25 .quiet = ALL_PERMS_MASK,26 .hide = ALL_PERMS_MASK };376 perms->audit = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
391 perms.deny = ALL_PERMS_MASK; in aa_secmark_perm()393 perms.allow = ALL_PERMS_MASK; in aa_secmark_perm()396 perms.audit = ALL_PERMS_MASK; in aa_secmark_perm()
98 #define ALL_PERMS_MASK 0xffffffff macro