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:
authorTheFlipside <maxfiedler1988@gmail.com>2019-01-31 16:28:18 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-01-31 16:28:18 +0300
commit7fded881d82fbeabcca7a859e96c83e44845cb59 (patch)
tree86139c44aa6afa033c9731ca6001f79c57711d1b /include/tests_system_integrity
parent7d3ba958541774ac7f5e8bb0ee5fd7fb5c7ce205 (diff)
Update tests_system_integrity (#627)
https://github.com/CISOfy/lynis/issues/626
Diffstat (limited to 'include/tests_system_integrity')
-rw-r--r--include/tests_system_integrity2
1 files changed, 1 insertions, 1 deletions
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