From f3883a37a0b9e3c9b9ef0b90d2dc2df27d8fee16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 31 Mar 2018 13:44:04 +0200 Subject: [PATCH] fix(xen): adjust message for DomUs w/ sysfs --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 4e9eeff..89e2dee 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -2291,7 +2291,7 @@ check_variant3_linux() msg="Xen Dom0s are safe and do not require PTI" status="OK" elif [ "$xen_pv_domu" = 1 ]; then - msg="Xen PV DomUs are vulnerable and need to be run in HVM, PVHVM or PVH mode" + msg="Xen PV DomUs are vulnerable and need to be run in HVM, PVHVM, PVH mode, or the Xen hypervisor must have the Xen's own PTI patch" status="VULN" elif [ "$msg" = "Vulnerable" ]; then msg="PTI is needed to mitigate the vulnerability"