From 46409be8b664db730113b4495ef69bee0f41c53a Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Thu, 4 Jul 2019 14:25:28 +0000 Subject: [PATCH] Use install instead of blacklist --- etc/modprobe.d/blacklist-dma.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/modprobe.d/blacklist-dma.conf b/etc/modprobe.d/blacklist-dma.conf index 3e2c7de..3a1485b 100644 --- a/etc/modprobe.d/blacklist-dma.conf +++ b/etc/modprobe.d/blacklist-dma.conf @@ -1,3 +1,3 @@ # Blacklist thunderbolt and firewire to prevent some DMA attacks. -blacklist firewire-core -blacklist thunderbolt +install firewire-core /bin/true +install thunderbolt /bin/true