From 7fded881d82fbeabcca7a859e96c83e44845cb59 Mon Sep 17 00:00:00 2001 From: TheFlipside Date: Thu, 31 Jan 2019 14:28:18 +0100 Subject: [PATCH] Update tests_system_integrity (#627) https://github.com/CISOfy/lynis/issues/626 --- include/tests_system_integrity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_system_integrity b/include/tests_system_integrity index 777636a8..dafb16bb 100644 --- a/include/tests_system_integrity +++ b/include/tests_system_integrity @@ -34,7 +34,7 @@ Register --test-no SINT-7010 --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight H --network NO --category security --description "System Integrity Status" if [ ${SKIPTEST} -eq 0 ]; then if ${ROOTDIR}usr/bin/csrutil status | ${GREPBINARY} -sq enabled ; then - Display --indent 2 --text "- System Integrity Protectioni (status)" --result "${STATUS_OK}" --color GREEN + Display --indent 2 --text "- System Integrity Protection (status)" --result "${STATUS_OK}" --color GREEN Report "system_integrity_tool[]=mac-sip" LogText "Result: SIP enabled, OK" AddHP 3 3