Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.41.6/bsd/kern/
H A Dkern_exec.c1998 if (proc_getcsflags(p) & CS_NVRAM_UNRESTRICTED) { in exec_mach_imgact()
1999 imgp->ip_csflags |= CS_NVRAM_UNRESTRICTED; in exec_mach_imgact()