mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-04-06 05:16:00 -04:00
use amd_iommu=force_isolation
instead of amd_iommu=force_enable
because we set `iommu=force` already anyhow fixes https://github.com/Kicksecure/security-misc/issues/175
This commit is contained in:
parent
e83c1d7ed6
commit
c9ea7a4dca
@ -2,7 +2,7 @@
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## Enables IOMMU to prevent DMA attacks.
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=force_enable"
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=force_isolation"
|
||||
|
||||
## Disable the busmaster bit on all PCI bridges during very
|
||||
## early boot to avoid holes in IOMMU.
|
||||
|
Loading…
x
Reference in New Issue
Block a user