Merge pull request #7 from madaidan/patch-3

Disable uncommon network protocols
This commit is contained in:
Patrick Schleizer 2019-05-23 22:25:13 +00:00 committed by GitHub
commit 244234c8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,5 @@
# 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