mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-17 04:59:17 -04:00
Fix transcription error
This commit is contained in:
parent
382f1e9ec0
commit
73f6d4b26f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue