Lines Matching defs:perm
199 u8 perm, u8 which)
205 rc = security_xperm_test(xpd->allowed->p, perm);
208 rc = security_xperm_test(xpd->auditallow->p, perm);
211 rc = security_xperm_test(xpd->dontaudit->p, perm);
216 u8 driver, u8 perm)
222 security_xperm_set(xpd->allowed->p, perm);
271 * information relevant to this perm
273 static inline void avc_quick_copy_xperms_decision(u8 perm,
281 u8 i = perm >> 5;
388 u8 perm,
398 if (avc_xperms_has_perm(xpd, perm, XPERMS_DONTAUDIT))
406 if (!avc_xperms_has_perm(xpd, perm, XPERMS_AUDITALLOW))
418 u8 perm, int result,
424 requested, avd, xpd, perm, result, &denied);
657 u32 av = sad->audited, perm;
672 perm = 1;
674 if ((perm & av) && perms[i]) {
676 av &= ~perm;
679 perm <<= 1;