mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-15 17:49:16 -04:00
Enable known mitigations for CPU vulnerabilities and disable SMT
This commit is contained in:
parent
4231155efa
commit
4509a5fc95
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue