Lines Matching defs:perm
201 u8 perm, u8 which)
207 rc = security_xperm_test(xpd->allowed->p, perm);
210 rc = security_xperm_test(xpd->auditallow->p, perm);
213 rc = security_xperm_test(xpd->dontaudit->p, perm);
218 u8 driver, u8 perm)
224 security_xperm_set(xpd->allowed->p, perm);
273 * information relevant to this perm
275 static inline void avc_quick_copy_xperms_decision(u8 perm,
283 u8 i = perm >> 5;
390 u8 perm,
400 if (avc_xperms_has_perm(xpd, perm, XPERMS_DONTAUDIT))
408 if (!avc_xperms_has_perm(xpd, perm, XPERMS_AUDITALLOW))
421 u8 perm, int result,
427 requested, avd, xpd, perm, result, &denied);
670 int i, perm;
683 perm = 1;
685 if ((perm & av) && perms[i]) {
687 av &= ~perm;
690 perm <<= 1;