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>2016-08-10 08:12:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:12:54 +0300
commit3c4aee1358f8e6af845dd2d4594de1d32c313a12 (patch)
tree44d27b680b44fffec1343708d5ecad7c71988c23 /include/tests_mac_frameworks
parent74a11c97e7213cdf274e22a16bcd23894584bd60 (diff)
Removed unneeded field for warnings and suggestions
Diffstat (limited to 'include/tests_mac_frameworks')
-rw-r--r--include/tests_mac_frameworks2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_mac_frameworks b/include/tests_mac_frameworks
index a761559c..2f7fb04e 100644
--- a/include/tests_mac_frameworks
+++ b/include/tests_mac_frameworks
@@ -122,7 +122,7 @@
Display --indent 6 --text "- Checking current mode and config file" --result "${STATUS_OK}" --color GREEN
else
LogText "Result: Current SELinux mode (${FIND}) is NOT the same as in config file (${FIND2})."
- ReportWarning ${TEST_NO} "M" "Current SELinux mode is different from config file (current: ${FIND}, config file: ${FIND2})"
+ ReportWarning ${TEST_NO} "Current SELinux mode is different from config file (current: ${FIND}, config file: ${FIND2})"
Display --indent 6 --text "- Checking current mode and config file" --result "${STATUS_WARNING}" --color RED
fi
Display --indent 8 --text "Current SELinux mode: ${FIND}"