Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dkauth.h750 #define KAUTH_AEVAL_IN_GROUP_UNKNOWN (1<<2) /* authorizing operation for unknown group … macro
/xnu-11215.61.5/bsd/kern/
H A Dkern_authorization.c703 if (!gotguid || (eval->ae_options & KAUTH_AEVAL_IN_GROUP_UNKNOWN)) { in kauth_acl_evaluate()
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_subr.c9402 eval.ae_options |= KAUTH_AEVAL_IN_GROUP_UNKNOWN; in vnode_authorize_delete()
9469 eval.ae_options |= KAUTH_AEVAL_IN_GROUP_UNKNOWN; in vnode_authorize_delete()
9601 eval.ae_options |= KAUTH_AEVAL_IN_GROUP_UNKNOWN; in vnode_authorize_simple()