Home
last modified time | relevance | path

Searched refs:COALITION_SPAWN_ENTITLEMENT (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/osfmk/mach/
H A Dcoalition.h36 #define COALITION_SPAWN_ENTITLEMENT "com.apple.private.coalition-spawn" macro
/xnu-10002.41.9/bsd/kern/
H A Dkern_exec.c3798 !IOTaskHasEntitlement(proc_task(p), COALITION_SPAWN_ENTITLEMENT)) { in posix_spawn()