Lines Matching refs:auditallow
207 rc = security_xperm_test(xpd->auditallow->p, perm); in avc_xperms_has_perm()
231 if (xpd->auditallow) in avc_xperms_decision_free()
232 kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow); in avc_xperms_decision_free()
261 memcpy(dest->auditallow->p, src->auditallow->p, in avc_copy_xperms_decision()
262 sizeof(src->auditallow->p)); in avc_copy_xperms_decision()
286 dest->auditallow->p[i] = src->auditallow->p[i]; in avc_quick_copy_xperms_decision()
309 xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
311 if (!xpd->auditallow) in avc_xperms_decision_alloc()
402 audited = requested & avd->auditallow; in avc_xperms_audit_required()
926 node->ae.avd.auditallow |= perms; in avc_update_node()
929 node->ae.avd.auditallow &= ~perms; in avc_update_node()
1058 struct extended_perms_data auditallow; in avc_has_extended_perms() local
1082 local_xpd.auditallow = &auditallow; in avc_has_extended_perms()