mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-03 04:47:58 +07:00
6 lines
200 B
Plaintext
6 lines
200 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
|