mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 17:26:08 -04:00
5 lines
200 B
Text
5 lines
200 B
Text
# 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
|