mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
7 lines
404 B
INI
7 lines
404 B
INI
# 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"
|