diff options
author | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-07 17:15:08 +0100 |
---|---|---|
committer | Stéphane Lesimple <speed47_github@speed47.net> | 2018-01-07 17:15:08 +0100 |
commit | d6977928e567b850c9c4364aafbf5560cbe4ff27 (patch) | |
tree | d92f64924ade5a3dbc9d05df9eef9e515d1dff22 | |
parent | bd4c74331ef42a7299951a030f2ab0159384b6a4 (diff) | |
download | spectre-meltdown-checker-d6977928e567b850c9c4364aafbf5560cbe4ff27.tar.lz spectre-meltdown-checker-d6977928e567b850c9c4364aafbf5560cbe4ff27.tar.xz spectre-meltdown-checker-d6977928e567b850c9c4364aafbf5560cbe4ff27.zip |
msg fix
-rwxr-xr-x | spectre-meltdown-checker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 126c094..9ba5742 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -189,7 +189,7 @@ elif [ "$ibrs_enabled" = 1 -o "$ibrs_enabled" = 2 ]; then elif [ "$retpoline" = 1 ]; then pstatus green "NOT VULNERABLE" "retpolines mitigate the vulnerability" else - pstatus red VULNERABLE "IBRS hardware + kernel support OR kernel with retpolines kernel are needed to mitigate the vulnerability" + pstatus red VULNERABLE "IBRS hardware + kernel support OR kernel with retpolines are needed to mitigate the vulnerability" fi # MELTDOWN |