mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-12 08:29:29 -05:00
CPU mitigation - SRBDS
This commit is contained in:
parent
73f1e23332
commit
8531fbf99d
@ -41,3 +41,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX tsx=off tsx_async_abort=full,nosmt"
|
|||||||
##
|
##
|
||||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/multihit.html
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/multihit.html
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX kvm.nx_huge_pages=force"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX kvm.nx_huge_pages=force"
|
||||||
|
|
||||||
|
## Enables mitigations for SRBDS to prevent MDS attacks on RDRAND and RDSEED instructions.
|
||||||
|
##
|
||||||
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/special-register-buffer-data-sampling.html
|
||||||
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX srbds=on"
|
||||||
|
Loading…
Reference in New Issue
Block a user