mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-21 05:10:41 +07:00
CPU mitigation - L1D FLushing
This commit is contained in:
@ -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
|
## 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"
|
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"
|
||||||
|
Reference in New Issue
Block a user