Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h50 #define CS_REQUIRE_LV 0x00002000 /* require library validation */ macro
58 … CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | CS_RUNTIME | CS_LINKER_SIGNED)
/xnu-12377.41.6/bsd/kern/
H A Dkern_cs.c412 if (p != NULL && (proc_getcsflags(p) & CS_REQUIRE_LV)) { in cs_require_lv()
H A Dkern_proc.c3639 retflags &= (~CS_REQUIRE_LV); in csops_internal()
3856 CS_REQUIRE_LV | in csops_internal()
3904 proc_csflags_clear(pt, CS_REQUIRE_LV | CS_FORCED_LV); in csops_internal()
H A Dkern_exec.c1974 CS_HARD | CS_KILL | CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | in exec_mach_imgact()
8447 !(imgp->ip_csflags & CS_REQUIRE_LV) && in process_signature()