Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dcs_blobs.h61 #define CS_EXEC_SET_KILL 0x00200000 /* set CS_KILL on any exec'ed process */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c1437 CS_EXEC_SET_HARD | CS_EXEC_SET_KILL | CS_EXEC_SET_ENFORCEMENT); in exec_mach_imgact()
1445 if (proc_getcsflags(p) & CS_EXEC_SET_KILL) { in exec_mach_imgact()
H A Dkern_proc.c3515 CS_KILL | CS_EXEC_SET_KILL | in csops_internal()