mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-05 14:55:03 -04:00
CPU mitigation - L1D FLushing
This commit is contained in:
parent
8531fbf99d
commit
59e90ff122
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue