Searched refs:CS_RESTRICT (Results 1 – 6 of 6) sorted by relevance
47 #define CS_RESTRICT 0x00000800 /* tell dyld to treat restricted */ macro58 … CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | CS_RUNTIME | CS_LINKER_SIGNED)
237 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");
126 status = CS_RESTRICT;
1741 return (proc_getcsflags(p) & CS_RESTRICT) ? 1 : 0; in cs_restricted()
3950 proc_csflags_set(pt, CS_RESTRICT); in csops_internal()3971 CS_RESTRICT | in csops_internal()
2011 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()