Lines Matching refs:auditallow
210 rc = security_xperm_test(xpd->auditallow->p, perm); in avc_xperms_has_perm()
234 if (xpd->auditallow) in avc_xperms_decision_free()
235 kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow); in avc_xperms_decision_free()
264 memcpy(dest->auditallow->p, src->auditallow->p, in avc_copy_xperms_decision()
265 sizeof(src->auditallow->p)); in avc_copy_xperms_decision()
289 dest->auditallow->p[i] = src->auditallow->p[i]; in avc_quick_copy_xperms_decision()
313 xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
315 if (!xpd->auditallow) in avc_xperms_decision_alloc()
406 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()
1048 struct extended_perms_data auditallow; in avc_has_extended_perms() local
1072 local_xpd.auditallow = &auditallow; in avc_has_extended_perms()