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()3426 .cr_posix.cr_flags = CRF_NOMEMBERD, in kauth_cred_init()3856 if (pcred->cr_flags & CRF_NOMEMBERD) { in kauth_cred_create()3888 pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_create()3995 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setresuid()4057 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setresgid()4164 temp_pcred->cr_flags |= CRF_NOMEMBERD; in kauth_cred_setgroups()4166 temp_pcred->cr_flags &= ~CRF_NOMEMBERD; in kauth_cred_setgroups()4207 …tered && kauth_external_supplementary_groups_supported && (pcred->cr_flags & CRF_NOMEMBERD) == 0) { in kauth_cred_getgroups()4302 if (pcred->cr_flags & CRF_NOMEMBERD) { in kauth_cred_setuidgid()[all …]
122 pcred->cr_flags = CRF_NOMEMBERD; in personas_bootstrap()
749 if (!(cur_pcred->cr_flags & CRF_NOMEMBERD)) { in setuid()