Home
last modified time | relevance | path

Searched refs:CS_FORCED_LV (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h41 #define CS_FORCED_LV 0x00000010 /* Library Validation required by Hardened System P… macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_cs.c425 if (p != NULL && (proc_getcsflags(p) & CS_FORCED_LV)) { in csproc_forced_lv()
H A Dkern_proc.c3638 if ((proc_getcsflags(pt) & CS_FORCED_LV) == CS_FORCED_LV) { in csops_internal()
3904 proc_csflags_clear(pt, CS_REQUIRE_LV | CS_FORCED_LV); in csops_internal()
H A Dkern_exec.c1975 CS_FORCED_LV | CS_ENTITLEMENTS_VALIDATED | CS_NO_UNTRUSTED_HELPERS | CS_RUNTIME | in exec_mach_imgact()