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

/xnu-2782.1.97/bsd/sys/
H A Dkauth.h496 #define KAUTH_AEVAL_IN_GROUP_UNKNOWN (1<<2) /* authorizing operation for unknown group membership */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c695 if (!gotguid || (eval->ae_options & KAUTH_AEVAL_IN_GROUP_UNKNOWN))
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c6449 eval.ae_options |= KAUTH_AEVAL_IN_GROUP_UNKNOWN;
6501 eval.ae_options |= KAUTH_AEVAL_IN_GROUP_UNKNOWN;
6607 eval.ae_options |= KAUTH_AEVAL_IN_GROUP_UNKNOWN;

Completed in 31 milliseconds