Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_port.c3486 bool hardened_runtime = csproc_hardened_runtime(current_proc()); in __ip_rigid_reply_port_semantics_violation() local
3504 …*reply_port_semantics_violation = hardened_runtime ? RRP_HARDENED_RUNTIME_VIOLATOR : RRP_3P_VIOLAT… in __ip_rigid_reply_port_semantics_violation()
/xnu-11215/bsd/kern/
H A Dkern_exec.c6512 char hardened_runtime[HR_STRING_SIZE]; in exec_add_apple_strings() local
6513 …snprintf(hardened_runtime, HR_STRING_SIZE, HARDENED_RUNTIME_KEY"0x%x", load_result->hardened_runti… in exec_add_apple_strings()
6514 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(hardened_runtime), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()