Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcs_blobs.h47 #define CS_RESTRICT 0x00000800 /* tell dyld to treat restricted */ macro
58CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | CS_RUNTIME | CS_LINKER_SIGNED)
/xnu-12377.81.4/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");
H A Dcodesigntests.c126 status = CS_RESTRICT;
/xnu-12377.81.4/bsd/kern/
H A Dkern_cs.c1741 return (proc_getcsflags(p) & CS_RESTRICT) ? 1 : 0; in cs_restricted()
H A Dkern_proc.c3950 proc_csflags_set(pt, CS_RESTRICT); in csops_internal()
3971 CS_RESTRICT | in csops_internal()
H A Dkern_exec.c2011 CS_HARD | CS_KILL | CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | in exec_mach_imgact()
8483 if ((imgp->ip_csflags & CS_RESTRICT || proc_issetugid(p)) && in process_signature()