mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-12 23:39:25 -05:00
undo superfluousness
This commit is contained in:
parent
83e13bb62d
commit
dd15823a97
@ -2,7 +2,7 @@
|
|||||||
## See the file COPYING for copying conditions.
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
## Enables IOMMU to prevent DMA attacks.
|
## Enables IOMMU to prevent DMA attacks.
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=force_enable iommu=strict iommu.strict=1 iommu.passthrough=0"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=force_enable"
|
||||||
|
|
||||||
## Disable the busmaster bit on all PCI bridges during very
|
## Disable the busmaster bit on all PCI bridges during very
|
||||||
## early boot to avoid holes in IOMMU.
|
## early boot to avoid holes in IOMMU.
|
||||||
@ -14,4 +14,4 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX efi=disable_early_pci_dma"
|
|||||||
## Enables strict enforcement of IOMMU TLB invalidation so devices will never be able to access stale data contents
|
## Enables strict enforcement of IOMMU TLB invalidation so devices will never be able to access stale data contents
|
||||||
## https://github.com/torvalds/linux/blob/master/drivers/iommu/Kconfig#L97
|
## https://github.com/torvalds/linux/blob/master/drivers/iommu/Kconfig#L97
|
||||||
## Page 11 of https://lenovopress.lenovo.com/lp1467.pdf
|
## Page 11 of https://lenovopress.lenovo.com/lp1467.pdf
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX iommu.passthrough=0 iommu.strict=1"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX iommu=strict iommu.passthrough=0 iommu.strict=1"
|
||||||
|
Loading…
Reference in New Issue
Block a user