mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Fix transcription error
This commit is contained in:
parent
382f1e9ec0
commit
73f6d4b26f
@ -128,7 +128,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off"
|
|||||||
## Enable CPU manufacturer-specific IOMMU drivers to protect against DMA attacks.
|
## Enable CPU manufacturer-specific IOMMU drivers to protect against DMA attacks.
|
||||||
##
|
##
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amd_iommu=force_isolation"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX amd_iommu=force_isolation"
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on"
|
||||||
|
|
||||||
## Enable and force use of IOMMU translation to protect against DMA attacks.
|
## Enable and force use of IOMMU translation to protect against DMA attacks.
|
||||||
## Strictly force DMA unmap operations to synchronously invalidate IOMMU hardware TLBs.
|
## Strictly force DMA unmap operations to synchronously invalidate IOMMU hardware TLBs.
|
||||||
|
Loading…
Reference in New Issue
Block a user