#include #include #include #include #include void gr_log_forkfail(const int retval) { #ifdef CONFIG_GRKERNSEC_FORKFAIL if (grsec_enable_forkfail && retval != -ERESTARTNOINTR) gr_log_int(GR_DONT_AUDIT, GR_FAILFORK_MSG, retval); #endif return; }