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:30 +0100 |
commit | 38e13fbab0560758baf3d676657254a490890376 (patch) | |
tree | c3e24f700a410a9e569f5e2aea08bf930a585a48 /docs | |
parent | 8af0791e2cded20e51feaa7ec130aa4f20194dbe (diff) | |
download | vyos-documentation-38e13fbab0560758baf3d676657254a490890376.tar.gz vyos-documentation-38e13fbab0560758baf3d676657254a490890376.zip |
T5979: add configurable kernel boot option 'disable-mitigations'
Diffstat (limited to 'docs')
-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 *********** |