Searched refs:hardening_exceptions (Results 1 – 1 of 1) sorted by relevance
412 const char *const hardening_exceptions[] = { in process_is_plugin_host() local424 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()