Searched refs:host_acl_entrycount (Results 1 – 1 of 1) sorted by relevance
2556 uint32_t host_acl_entrycount; in vnode_get_filesec() local2636 host_acl_entrycount = ntohl(fsec->fsec_acl.acl_entrycount); in vnode_get_filesec()2637 if (host_acl_entrycount != KAUTH_FILESEC_NOACL) { in vnode_get_filesec()2638 if (host_acl_entrycount > KAUTH_ACL_MAX_ENTRIES) { in vnode_get_filesec()2639 KAUTH_DEBUG("ACL - BAD ENTRYCOUNT %x", host_acl_entrycount); in vnode_get_filesec()2642 if (KAUTH_FILESEC_SIZE(host_acl_entrycount) > rsize) { in vnode_get_filesec()2643 KAUTH_DEBUG("ACL - BUFFER OVERFLOW (%d entries too big for %d)", host_acl_entrycount, rsize); in vnode_get_filesec()