Skip to content

Commit

Permalink
Merge pull request #11751 from vojtapolasek/fix_grub2_spectre_descrip…
Browse files Browse the repository at this point in the history
…tion

grub2_spectre_v2_argument: fix wrong description
  • Loading branch information
Mab879 authored Mar 25, 2024
2 parents ec763ae + 65733ee commit ada2be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: |-
Enforce the Spectre V2 mitigation by adding the argument
<tt>spectre_v2=on</tt> to the default
GRUB 2 command line for the Linux operating system.
{{{ describe_grub2_argument("spectre_v2=on)") | indent(4) }}}
{{{ describe_grub2_argument("spectre_v2=on") | indent(4) }}}
rationale: |-
The Spectre V2 vulnerability allows an attacker to read memory that he should not have
Expand Down

0 comments on commit ada2be3

Please sign in to comment.