Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c406 const char *const hardening_exceptions[] = { in arm64e_plugin_host() local
418 for (size_t i = 0; i < ARRAY_COUNT(hardening_exceptions); i++) { in arm64e_plugin_host()
419 if (strncmp(hardening_exceptions[i], identity, strlen(hardening_exceptions[i])) == 0) { in arm64e_plugin_host()