Removed unneeded field for warnings and suggestions

This commit is contained in:
Michael Boelen 2016-08-10 07:12:29 +02:00
parent 387df54859
commit 1715a1e2b5
1 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@
LogText "Result: no password set for LILO. Bootloader is unprotected to"
LogText "dropping to single user mode or unauthorized access to devices/data."
ReportSuggestion ${TEST_NO} "Add a password to LILO, by adding a line to the lilo.conf file, above the first line saying 'image=<name>': password=<password>"
ReportWarning ${TEST_NO} "M" "No password set on LILO bootloader"
ReportWarning ${TEST_NO} "No password set on LILO bootloader"
AddHP 0 2
else
Display --indent 4 --text "- Password option presence " --result "${STATUS_OK}" --color GREEN
@ -443,7 +443,7 @@
if [ "${FIND}" = "" ]; then
Display --indent 4 --text "- Checking boot option" --result "${STATUS_WARNING}" --color RED
#ReportSuggestion ${TEST_NO} "Add 'boot' to the /etc/boot.conf file to disable the default 5 seconds waiting time, to disallow booting into single user mode."
ReportWarning ${TEST_NO} "M" "System can be booted into single user mode without password"
ReportWarning ${TEST_NO} "System can be booted into single user mode without password"
else
Display --indent 4 --text "- Checking boot option" --result "${STATUS_OK}" --color GREEN
LogText "Ok, boot option is enabled."