summaryrefslogtreecommitdiff
path: root/etc/modprobe.d/blacklist-security.conf
blob: bced95cead714223304fe0dfc2ac42ff4d72eba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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