mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
20 lines
540 B
Plaintext
20 lines
540 B
Plaintext
# 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
|
|
install n-hdlc /bin/true
|
|
install ax25 /bin/true
|
|
install netrom /bin/true
|
|
install x25 /bin/true
|
|
install rose /bin/true
|
|
install decnet /bin/true
|
|
install econet /bin/true
|
|
install af_802154 /bin/true
|
|
install ipx /bin/true
|
|
install appletalk /bin/true
|
|
install psnap /bin/true
|
|
install p8023 /bin/true
|
|
install llc /bin/true
|
|
install p8022 /bin/true
|