-
-
Notifications
You must be signed in to change notification settings - Fork 618
Kernel modules
trimstray edited this page Feb 27, 2019
·
1 revision
You can file an issue about it and ask that it be added.
Although security vulnerabilities in kernel networking code are not frequently discovered, the consequences can be dramatic.
Disabling DCCP protects the system against exploitation of any flaws in its implementation.
# Add to /etc/modprobe.d/modules.conf:
install dccp /bin/true
Disabling SCTP protects the system against exploitation of any flaws in its implementation.
# Add to /etc/modprobe.d/modules.conf:
install sctp /bin/true
The Practical Linux Hardening Guide provides a high-level overview of the hardening GNU/Linux systems. It is not an official standard or handbook but it touches and use industry standards.