mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-11 10:24:57 -04:00
Update 40_enable_iommu.cfg
This commit is contained in:
parent
82bd9138de
commit
83e13bb62d
1 changed files with 1 additions and 1 deletions
|
@ -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=on"
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=force_enable iommu=strict iommu.strict=1 iommu.passthrough=0"
|
||||
|
||||
## Disable the busmaster bit on all PCI bridges during very
|
||||
## early boot to avoid holes in IOMMU.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue