Merge pull request #11 from madaidan/patch-7

Protect against DMA attacks
This commit is contained in:
Patrick Schleizer
2019-06-28 06:57:42 +00:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Enables IOMMU to prevent DMA attacks.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=on"

View File

@ -0,0 +1,3 @@
# Blacklist thunderbolt and firewire to prevent some DMA attacks.
blacklist firewire-core
blacklist thunderbolt