diff -Naur nss-orig/lib/freebl/unix_rand.c nss/lib/freebl/unix_rand.c --- nss-orig/lib/freebl/unix_rand.c 2016-10-03 17:55:58.000000000 +0300 +++ nss/lib/freebl/unix_rand.c 2016-11-15 23:00:31.307850797 +0300 @@ -820,7 +820,7 @@ /* Fork netstat to collect its output by default. Do not unset this unless * another source of entropy is available */ -#define DO_NETSTAT 1 +#define DO_NETSTAT 0 void RNG_SystemInfoForRNG(void)