Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dkauth.h749 #define KAUTH_AEVAL_IN_GROUP (1<<1) /* authorizing operation for groupmember */ macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_authorization.c706 applies = eval->ae_options & KAUTH_AEVAL_IN_GROUP; in kauth_acl_evaluate()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c9520 eval.ae_options |= KAUTH_AEVAL_IN_GROUP; in vnode_authorize_delete()
9587 eval.ae_options |= KAUTH_AEVAL_IN_GROUP; in vnode_authorize_delete()
9719 eval.ae_options |= KAUTH_AEVAL_IN_GROUP; in vnode_authorize_simple()