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