mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Merge pull request #11 from madaidan/patch-7
Protect against DMA attacks
This commit is contained in:
commit
7e12e16dc0
2
etc/default/grub.d/40_enable_iommu.cfg
Normal file
2
etc/default/grub.d/40_enable_iommu.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
# Enables IOMMU to prevent DMA attacks.
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=on"
|
3
etc/modprobe.d/blacklist-dma.conf
Normal file
3
etc/modprobe.d/blacklist-dma.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# Blacklist thunderbolt and firewire to prevent some DMA attacks.
|
||||
blacklist firewire-core
|
||||
blacklist thunderbolt
|
Loading…
Reference in New Issue
Block a user