Lines Matching refs:auditallow
210 rc = security_xperm_test(xpd->auditallow->p, perm);
234 if (xpd->auditallow)
235 kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow);
264 memcpy(dest->auditallow->p, src->auditallow->p,
265 sizeof(src->auditallow->p));
289 dest->auditallow->p[i] = src->auditallow->p[i];
313 xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep,
315 if (!xpd->auditallow)
406 audited = requested & avd->auditallow;
918 node->ae.avd.auditallow |= perms;
921 node->ae.avd.auditallow &= ~perms;
1050 struct extended_perms_data auditallow;
1074 local_xpd.auditallow = &auditallow;