From 07adc6b093b9bd9e2c8af54c6cd0e29ced36de47 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 23 Aug 2012 13:25:37 +0200 Subject: [PATCH] Blacklist autoloaded always but seldomly used network drivers: rose, ax25, netrom, x25 --- etc/modprobe.d/blacklist-net.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/modprobe.d/blacklist-net.conf diff --git a/etc/modprobe.d/blacklist-net.conf b/etc/modprobe.d/blacklist-net.conf new file mode 100644 index 0000000..cf9008b --- /dev/null +++ b/etc/modprobe.d/blacklist-net.conf @@ -0,0 +1,5 @@ +# Disable obscure network protocols +blacklist ax25 +blacklist netrom +blacklist x25 +blacklist rose