Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/linux-hardening.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ <h4 id="cpu-mitigations"><a href="#cpu-mitigations">2.3.2 CPU mitigations</a></h
enables all built-in mitigations:
</p>

<pre><code>spectre_v2=on spec_store_bypass_disable=on tsx=off tsx_async_abort=full,nosmt mds=full,nosmt l1tf=full,force nosmt=force kvm.nx_huge_pages=force</code></pre>
<pre><code>spectre_v2=on spec_store_bypass_disable=on tsx=off tsx_async_abort=full,nosmt mds=full,nosmt l1tf=full,force nosmt=force kvm.nx_huge_pages=force retbleed=auto,nosmt</code></pre>

<p>
You must research the CPU vulnerabilities that your system is affected by and apply a selection of the above mitigations accordingly. Keep in mind that you will
Expand Down