Searched refs:ALL_PERMS_MASK (Results 1 – 3 of 3) sorted by relevance
24 struct aa_perms allperms = { .allow = ALL_PERMS_MASK,25 .quiet = ALL_PERMS_MASK,26 .hide = ALL_PERMS_MASK };294 perms->audit = ALL_PERMS_MASK; in aa_apply_modes_to_perms()303 perms->quiet = ALL_PERMS_MASK; in aa_apply_modes_to_perms()308 perms->kill = ALL_PERMS_MASK; in aa_apply_modes_to_perms()310 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
232 perms.deny = ALL_PERMS_MASK; in aa_secmark_perm()234 perms.allow = ALL_PERMS_MASK; in aa_secmark_perm()237 perms.audit = ALL_PERMS_MASK; in aa_secmark_perm()
87 #define ALL_PERMS_MASK 0xffffffff macro