Searched refs:CS_FORCED_LV (Results 1 – 4 of 4) sorted by relevance
41 #define CS_FORCED_LV 0x00000010 /* Library Validation required by Hardened System P… macro
425 if (p != NULL && (proc_getcsflags(p) & CS_FORCED_LV)) { in csproc_forced_lv()
3638 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()
1975 CS_FORCED_LV | CS_ENTITLEMENTS_VALIDATED | CS_NO_UNTRUSTED_HELPERS | CS_RUNTIME | in exec_mach_imgact()