mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
7 lines
225 B
Plaintext
7 lines
225 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
|