Searched refs:CRF_NOMEMBERD (Results 1 – 4 of 4) sorted by relevance
141 #define CRF_NOMEMBERD 0x00000001 /* memberd opt out by setgroups() */ macro
1925 if (displaced && !(pcred->cr_flags & CRF_NOMEMBERD) && in kauth_cred_change_egid()3427 .cr_posix.cr_flags = CRF_NOMEMBERD, in kauth_cred_init()3857 if (pcred->cr_flags & CRF_NOMEMBERD) { in kauth_cred_create()3889 pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_create()3996 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setresuid()4058 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setresgid()4165 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setgroups()4167 temp_pcred->cr_flags &= ~CRF_NOMEMBERD; in kauth_cred_setgroups()4208 …tered && kauth_external_supplementary_groups_supported && (pcred->cr_flags & CRF_NOMEMBERD) == 0) { in kauth_cred_getgroups()4303 if (pcred->cr_flags & CRF_NOMEMBERD) { in kauth_cred_setuidgid()[all …]
117 pcred->cr_flags = CRF_NOMEMBERD; in personas_bootstrap()
749 if (!(cur_pcred->cr_flags & CRF_NOMEMBERD)) { in setuid()