Home
last modified time | relevance | path

Searched refs:CS_NVRAM_UNRESTRICTED (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dcs_blobs.h52 #define CS_NVRAM_UNRESTRICTED 0x00008000 /* has com.apple.rootless.restricted-nvram-variable… macro
76 …T_FLAGS (CS_GET_TASK_ALLOW | CS_INSTALLER | CS_DATAVAULT_CONTROLLER | CS_NVRAM_UNRESTRICTED)
/xnu-12377.61.12/bsd/kern/
H A Dkern_exec.c2035 if (proc_getcsflags(p) & CS_NVRAM_UNRESTRICTED) { in exec_mach_imgact()
2036 imgp->ip_csflags |= CS_NVRAM_UNRESTRICTED; in exec_mach_imgact()