Searched refs:applies (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c618 int applies, error, i, gotguid; local
667 * Determine whether this entry applies to the current request. This
687 * Verify whether this entry applies to the credential.
692 applies = eval->ae_options & KAUTH_AEVAL_IS_OWNER;
696 applies = ((ace->ace_flags & KAUTH_ACE_KINDMASK) == KAUTH_ACE_DENY);
698 applies = eval->ae_options & KAUTH_AEVAL_IN_GROUP;
702 applies = 1;
705 applies = 0;
710 applies = !gotguid ? 0 : kauth_guid_equal(&guid, &ace->ace_applicable);
712 K_UUID_ARG(ace->ace_applicable), K_UUID_ARG(guid), applies
[all...]

Completed in 67 milliseconds