mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-19 04:12:34 +07:00
Add reference for SSB
This commit is contained in:
@ -16,7 +16,9 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mitigations=auto,nosmt"
|
|||||||
## 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
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX spectre_v2=on spectre_bhi=on"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX spectre_v2=on spectre_bhi=on"
|
||||||
|
|
||||||
## Disable Speculative Store Bypass.
|
## Disable Speculative Store Bypass (Spectre Variant 4).
|
||||||
|
##
|
||||||
|
## https://www.suse.com/support/kb/doc/?id=000019189
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX spec_store_bypass_disable=on"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX spec_store_bypass_disable=on"
|
||||||
|
|
||||||
## Enable mitigations for the L1TF vulnerability through disabling SMT
|
## Enable mitigations for the L1TF vulnerability through disabling SMT
|
||||||
|
Reference in New Issue
Block a user