Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/kern/
H A Dmach_loader.c412 const char *const hardening_exceptions[] = { in process_is_plugin_host() local
424 for (size_t i = 0; i < ARRAY_COUNT(hardening_exceptions); i++) { in process_is_plugin_host()
425 if (strncmp(hardening_exceptions[i], identity, strlen(hardening_exceptions[i])) == 0) { in process_is_plugin_host()