[BOOT-5122] don't use WARNING, but show NONE if no protection is implemented

This commit is contained in:
Michael Boelen 2019-03-07 10:15:16 +01:00
parent e33ca1ec58
commit ec4d89b978
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -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