mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-08 01:54:59 +07:00
CPU mitigation - L1D FLushing
This commit is contained in:
parent
8531fbf99d
commit
59e90ff122
@ -46,3 +46,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX kvm.nx_huge_pages=force"
|
||||
##
|
||||
## 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"
|
||||
|
||||
## Enables the prctl interface to prevent leaks from L1D on context switches.
|
||||
##
|
||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1d_flush.html
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX l1d_flush=on"
|
||||
|
Loading…
Reference in New Issue
Block a user