From 7177c6041a9b086a4cb90504a492136b4da732a2 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Thu, 16 May 2019 20:30:49 +0000 Subject: [PATCH] Create uncommon-network-protocols.conf --- etc/modprobe.d/uncommon-network-protocols.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/modprobe.d/uncommon-network-protocols.conf diff --git a/etc/modprobe.d/uncommon-network-protocols.conf b/etc/modprobe.d/uncommon-network-protocols.conf new file mode 100644 index 0000000..474598a --- /dev/null +++ b/etc/modprobe.d/uncommon-network-protocols.conf @@ -0,0 +1,5 @@ +# Disables unneeded network protocols that will likely not be used as these may have unknown vulnerabilties. +install dccp /bin/true +install sctp /bin/true +install rds /bin/true +install tipc /bin/true