mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
etc/default/grub.d: merge mds.cfg into mitigations.cfg
Ref: #33 Still missing documentation/comments
This commit is contained in:
parent
f4f8b3f529
commit
91025d7129
@ -1,6 +0,0 @@
|
|||||||
# Enable all mitigation for Microarchitectural Data Sampling attack
|
|
||||||
# including disabling Simultaneous multithreading
|
|
||||||
# https://en.wikipedia.org/wiki/Simultaneous_multithreading
|
|
||||||
# WARNING: This may have performance impact!
|
|
||||||
# https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html
|
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mds=full,nosmt"
|
|
@ -1 +1,6 @@
|
|||||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mitigations=auto,nosmt"
|
# Enable all mitigation for Microarchitectural Data Sampling attack
|
||||||
|
# including disabling Simultaneous multithreading
|
||||||
|
# https://en.wikipedia.org/wiki/Simultaneous_multithreading
|
||||||
|
# WARNING: This may have performance impact!
|
||||||
|
# https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html
|
||||||
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT l1tf=full,force mds=full,nosmt mitigations=auto,nosmt"
|
||||||
|
Loading…
Reference in New Issue
Block a user