security-misc/etc/modprobe.d/uncommon-network-protocols.conf

7 lines
225 B
Plaintext
Raw Normal View History

2019-05-16 16:30:49 -04:00
# 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
2019-07-04 10:24:44 -04:00
install n-hdlc /bin/true