Theo de Raadt Sun, 12 Apr 2020 09:30:27 -0700
> + if ((p->p_flag & P_SYSTEM) && > + (strncmp(p->p_p->ps_comm, "softnet", 7) == 0))
Wow that is ugly.