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:
authormboelen <michael@cisofy.com>2016-04-13 22:49:43 +0300
committermboelen <michael@cisofy.com>2016-04-13 22:49:43 +0300
commite86c68e3c54ae92329046745ce41aa2a74788f64 (patch)
treeb4ef43751a33d7ba0928b45b653a34139c48c648 /include/report
parentd4a5aba7eaa113c40524e7f9c6d4fdae98eefb01 (diff)
Using question mark better defines the status then NA for most users
Diffstat (limited to 'include/report')
-rw-r--r--include/report2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/report b/include/report
index efeef26b..34c7f81f 100644
--- a/include/report
+++ b/include/report
@@ -179,7 +179,7 @@
echo " ${SECTION}Lynis Modules${NORMAL}:"
if [ ${COMPLIANCE_TESTS_PERFORMED} -eq 1 ]; then
if [ ${COMPLIANCE_FINDINGS_FOUND} -eq 0 ]; then COMPLIANCE="${GREEN}V"; else COMPLIANCE="${RED}X"; fi
- else COMPLIANCE="${YELLOW}NA";
+ else COMPLIANCE="${YELLOW}?";
fi
echo " - Compliance Status [${COMPLIANCE}${NORMAL}]"
echo " - Security Audit [${GREEN}V${NORMAL}]"