diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-02 20:19:30 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-02 20:19:41 +0100 |
commit | 95518d579e4713e4ab5479c09ea059551c42608b (patch) | |
tree | ca438f55fb94b6b91aed80e4500daa09b453b3be /docs/configuration/system/option.rst | |
parent | 6c68854aae448e1fbbf5ecf5f3ec49a3d9a269a1 (diff) | |
download | vyos-documentation-95518d579e4713e4ab5479c09ea059551c42608b.tar.gz vyos-documentation-95518d579e4713e4ab5479c09ea059551c42608b.zip |
T5979: add configurable kernel boot option 'disable-mitigations'
(cherry picked from commit 38e13fbab0560758baf3d676657254a490890376)
Diffstat (limited to 'docs/configuration/system/option.rst')
-rw-r--r-- | docs/configuration/system/option.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index c9c9bfb1..4a1c3bd3 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/option.rst @@ -22,6 +22,14 @@ General Play an audible beep to the system speaker when system is ready. +Kernel +====== + +.. cfgcmd:: set system option kernel disable-mitigations + + Disable all optional CPU mitigations. This improves system performance, + but it may also expose users to several CPU vulnerabilities. + *********** HTTP client *********** |