Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-03-07 12:15:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-07 12:15:16 +0300
commitec4d89b978a4888747f67b0dd6e91b7db1bbbc2a (patch)
treec5bdd3fe70ff84766e2675906752cc4356112c1f /include/tests_boot_services
parente33ca1ec58ff64376c8bed968b92f2f30dfee153 (diff)
[BOOT-5122] don't use WARNING, but show NONE if no protection is implemented
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services2
1 files changed, 1 insertions, 1 deletions
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