Home
last modified time | relevance | path

Searched refs:CS_RESTRICT (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dcs_blobs.h46 #define CS_RESTRICT 0x00000800 /* tell dyld to treat restricted */ macro
57CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | CS_RUNTIME | CS_LINKER_SIGNED)
/xnu-8019.80.24/tests/
H A Dtest_sysctl_kern_procargs_25397314.m237 csopsStatus |= CS_RESTRICT;
238 …POSIX_SUCCESS(csops(pid, CS_OPS_SET_STATUS, &csopsStatus, sizeof(csopsStatus)), "set CS_RESTRICT");
329 csopsStatus |= CS_RESTRICT;
330 …(csops(getpid(), CS_OPS_SET_STATUS, &csopsStatus, sizeof(csopsStatus)), "set CS_RESTRICT on self");
/xnu-8019.80.24/bsd/kern/
H A Dkern_cs.c1410 return (proc_getcsflags(p) & CS_RESTRICT) ? 1 : 0; in cs_restricted()
H A Dkern_proc.c3191 proc_csflags_set(pt, CS_RESTRICT); in csops_internal()
3212 CS_RESTRICT | in csops_internal()
H A Dkern_exec.c1228 CS_HARD | CS_KILL | CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | in exec_mach_imgact()