Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_exec.c7138 char security_config_str[strlen(SECURITY_CONFIG_KEY) + HEX_STR_LEN + 1]; in exec_add_apple_strings() local
7140 snprintf(security_config_str, sizeof(security_config_str), in exec_add_apple_strings()
7143 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(security_config_str), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()