security-misc/etc/modprobe.d/blacklist-dma.conf
Patrick Schleizer 7affddb3bb
blacklist modules with /bin/false rather than /bin/true to fail with error
message rather than failing without notification
2019-09-07 05:47:34 +00:00

4 lines
130 B
Plaintext

# Blacklist thunderbolt and firewire to prevent some DMA attacks.
install firewire-core /bin/false
install thunderbolt /bin/false