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()3429 .cr_posix.cr_flags = CRF_NOMEMBERD, in kauth_cred_init()3865 if (pcred->cr_flags & CRF_NOMEMBERD) { in kauth_cred_create()3897 pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_create()4004 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setresuid()4066 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setresgid()4173 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setgroups()4175 temp_pcred->cr_flags &= ~CRF_NOMEMBERD; in kauth_cred_setgroups()4216 …tered && kauth_external_supplementary_groups_supported && (pcred->cr_flags & CRF_NOMEMBERD) == 0) { in kauth_cred_getgroups()4311 if (pcred->cr_flags & CRF_NOMEMBERD) { in kauth_cred_setuidgid()[all …]
749 if (!(cur_pcred->cr_flags & CRF_NOMEMBERD)) { in setuid()
122 pcred->cr_flags = CRF_NOMEMBERD; in personas_bootstrap()