From ec4d89b978a4888747f67b0dd6e91b7db1bbbc2a Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 7 Mar 2019 10:15:16 +0100 Subject: [PATCH] [BOOT-5122] don't use WARNING, but show NONE if no protection is implemented --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index 77d3cb47..5495938c 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -332,7 +332,7 @@ LogText "Result: GRUB has password protection." AddHP 4 4 else - Display --indent 4 --text "- Checking for password protection" --result "${STATUS_WARNING}" --color RED + Display --indent 4 --text "- Checking for password protection" --result "${STATUS_NONE}" --color RED LogText "Result: Didn't find hashed password line in GRUB boot file!" ReportSuggestion ${TEST_NO} "Set a password on GRUB bootloader to prevent altering boot configuration (e.g. boot in single user mode without password)" AddHP 0 2