mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-12 07:29:32 -05:00
Clarify use of mitigations=auto
This commit is contained in:
parent
d89d7e8ef8
commit
c002bd62e8
@ -7,7 +7,7 @@
|
|||||||
## 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.
|
## Enable a subset of known mitigations for CPU vulnerabilities and disable SMT.
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mitigations=auto,nosmt"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mitigations=auto,nosmt"
|
||||||
|
|
||||||
## Enable mitigations for both Spectre Variant 2 (indirect branch speculation)
|
## Enable mitigations for both Spectre Variant 2 (indirect branch speculation)
|
||||||
|
Loading…
Reference in New Issue
Block a user