mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-12-10 13:33:32 -05:00
Enable indirect_target_selection=force
This commit is contained in:
parent
e3ce9c38c5
commit
6f9763f525
2 changed files with 10 additions and 0 deletions
|
|
@ -187,3 +187,11 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX gather_data_sampling=force"
|
|||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/reg-file-data-sampling.html
|
||||
##
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX reg_file_data_sampling=on"
|
||||
|
||||
## Indirect Target Selection (ITS):
|
||||
## Mitigate the vulnerability by not allowing indirect branches in the lower half of the cacheline.
|
||||
## Currently affects Intel CPUs.
|
||||
##
|
||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/indirect-target-selection.html
|
||||
##
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX indirect_target_selection=force"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue