mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 04:31:08 -05:00
update SRBDS mitigation
This commit is contained in:
parent
c3ebb9160f
commit
bfd78a2c06
@ -43,9 +43,10 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX tsx=off tsx_async_abort=full,nosmt"
|
|||||||
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.
|
## Enables mitigations for SRBDS to prevent MDS attacks on RDRAND and RDSEED instructions.
|
||||||
|
## Only mitigated through microcode updates from Intel.
|
||||||
##
|
##
|
||||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/special-register-buffer-data-sampling.html
|
## 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"
|
## https://access.redhat.com/solutions/5142691
|
||||||
|
|
||||||
## Enables the prctl interface to prevent leaks from L1D on context switches.
|
## Enables the prctl interface to prevent leaks from L1D on context switches.
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user