summaryrefslogtreecommitdiff
path: root/etc/modprobe.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/modprobe.d')
-rw-r--r--etc/modprobe.d/blacklist-security.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/modprobe.d/blacklist-security.conf b/etc/modprobe.d/blacklist-security.conf
new file mode 100644
index 0000000..bced95c
--- /dev/null
+++ b/etc/modprobe.d/blacklist-security.conf
@@ -0,0 +1,16 @@
+# Disable rare/legacy network protocols
+install dccp /bin/true
+install sctp /bin/true
+install rds /bin/true
+install tipc /bin/true
+
+# Disable legacy/unused filesystems
+install cramfs /bin/true
+install freevxfs /bin/true
+install jffs2 /bin/true
+install hfs /bin/true
+install hfsplus /bin/true
+install udf /bin/true
+
+# Disable FireWire Direct Memory Access (DMA) if unneeded
+install firewire-core /bin/true