Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h174 #define POSIX_SPAWN_POSIX_CRED_GROUPS 0x00040000 macro
201 #define POSIX_SPAWN_PERSONA_GROUPS POSIX_SPAWN_POSIX_CRED_GROUPS
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2584 pspci->pspci_flags |= POSIX_SPAWN_POSIX_CRED_GROUPS; in posix_spawnattr_set_groups_np()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c3025 if (px_pcred_info->pspci_flags & POSIX_SPAWN_POSIX_CRED_GROUPS) { in spawn_posix_cred_adopt()
3299 if (px_pcred_info->pspci_flags & POSIX_SPAWN_POSIX_CRED_GROUPS) { in posix_spawn()