From b2ee2ffff1aeb6d03a284a0146e90fe20700792a Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 10 Aug 2016 07:12:58 +0200 Subject: [PATCH] Removed unneeded field for warnings and suggestions --- include/tests_shells | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_shells b/include/tests_shells index ad2e4983..936ed77b 100644 --- a/include/tests_shells +++ b/include/tests_shells @@ -60,7 +60,7 @@ LogText "Result: Found insecure console in /etc/ttys. Single user mode login without password allowed!" LogText "Output /etc/ttys:" LogText "${FIND}" - ReportWarning ${TEST_NO} "M" "Found unprotected console in /etc/ttys" + ReportWarning ${TEST_NO} "Found unprotected console in /etc/ttys" LogText "Possible solution: Change the console line from 'secure' to 'insecure'." fi fi