From cc4feee4e55e380a9c5660ff20c4a69edad872c6 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 24 Sep 2015 21:41:48 +0200 Subject: [PATCH] New way of reporting a warning --- 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 fcc0d712..299c04c6 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -634,7 +634,7 @@ # Check results if [ ${FOUND} -eq 1 ]; then Display --indent 2 --text "- Check startup files (permissions)" --result "WARNING" --color RED - ReportWarning ${TEST_NO} "H" "Found world writable startup scripts" + ReportWarning ${TEST_NO} "Found world writable startup scripts" "-" "-" logtext "Result: found one or more scripts which are possibly writable by other users" AddHP 0 3 else