mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Enable known mitigations for CPU vulnerabilities and disable SMT
This commit is contained in:
parent
4231155efa
commit
4509a5fc95
@ -7,6 +7,9 @@
|
|||||||
## https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
|
## https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
|
||||||
## https://forums.whonix.org/t/should-all-kernel-patches-for-cpu-bugs-be-unconditionally-enabled-vs-performance-vs-applicability/7647
|
## https://forums.whonix.org/t/should-all-kernel-patches-for-cpu-bugs-be-unconditionally-enabled-vs-performance-vs-applicability/7647
|
||||||
|
|
||||||
|
## Enable known mitigations for CPU vulnerabilities and disable SMT.
|
||||||
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mitigations=auto,nosmt"
|
||||||
|
|
||||||
## Enable mitigations for Spectre variant 2 (indirect branch speculation).
|
## Enable mitigations for Spectre variant 2 (indirect branch speculation).
|
||||||
##
|
##
|
||||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/spectre.html
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/spectre.html
|
||||||
|
Loading…
Reference in New Issue
Block a user