Lines Matching refs:auditallow
279 rc = security_xperm_test(xpd->auditallow->p, perm); in avc_xperms_has_perm()
303 if (xpd->auditallow) in avc_xperms_decision_free()
304 kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow); in avc_xperms_decision_free()
333 memcpy(dest->auditallow->p, src->auditallow->p, in avc_copy_xperms_decision()
334 sizeof(src->auditallow->p)); in avc_copy_xperms_decision()
358 dest->auditallow->p[i] = src->auditallow->p[i]; in avc_quick_copy_xperms_decision()
381 xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
383 if (!xpd->auditallow) in avc_xperms_decision_alloc()
474 audited = requested & avd->auditallow; in avc_xperms_audit_required()
914 node->ae.avd.auditallow |= perms; in avc_update_node()
917 node->ae.avd.auditallow &= ~perms; in avc_update_node()
1046 struct extended_perms_data auditallow; in avc_has_extended_perms() local
1069 local_xpd.auditallow = &auditallow; in avc_has_extended_perms()