Searched refs:host_acl_entrycount (Results 1 – 1 of 1) sorted by relevance
2506 uint32_t host_acl_entrycount; in vnode_get_filesec() local2586 host_acl_entrycount = ntohl(fsec->fsec_acl.acl_entrycount); in vnode_get_filesec()2587 if (host_acl_entrycount != KAUTH_FILESEC_NOACL) { in vnode_get_filesec()2588 if (host_acl_entrycount > KAUTH_ACL_MAX_ENTRIES) { in vnode_get_filesec()2589 KAUTH_DEBUG("ACL - BAD ENTRYCOUNT %x", host_acl_entrycount); in vnode_get_filesec()2592 if (KAUTH_FILESEC_SIZE(host_acl_entrycount) > rsize) { in vnode_get_filesec()2593 KAUTH_DEBUG("ACL - BUFFER OVERFLOW (%d entries too big for %d)", host_acl_entrycount, rsize); in vnode_get_filesec()