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>2015-09-08 15:59:25 +0300
committermboelen <michael@cisofy.com>2015-09-08 15:59:25 +0300
commit174172eeba5628455edf628bcd76515b09f869d2 (patch)
treee308cd5adc1c79e9fde0d2e0e97ff6f9936b8d83 /include/report
parente9373b59b08711ee483b0b979671741f8dd8480f (diff)
Simplify: clarify if a particular set of module is not available, instead of showing cross
Diffstat (limited to 'include/report')
-rw-r--r--include/report7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/report b/include/report
index b211f0e1..00d10144 100644
--- a/include/report
+++ b/include/report
@@ -168,9 +168,10 @@
echo ""
echo " ${SECTION}Lynis Modules${NORMAL}:"
- echo " - Heuristics Check [${WHITE}NA${NORMAL}] - Security Audit [${GREEN}V${NORMAL}]"
- if [ ${LYNIS_COMPLIANCE_TESTS} -eq 1 ]; then COMPLIANCE="${GREEN}V"; else COMPLIANCE="${RED}X"; fi
- echo " - Compliance Tests [${COMPLIANCE}${NORMAL}] - Vulnerability Scan [${GREEN}V${NORMAL}]"
+ if [ ${LYNIS_COMPLIANCE_TESTS} -eq 1 ]; then COMPLIANCE="${GREEN}V"; else COMPLIANCE="${YELLOW}NA"; fi
+ echo " - Compliance Tests [${COMPLIANCE}${NORMAL}]"
+ echo " - Security Audit [${GREEN}V${NORMAL}]"
+ echo " - Vulnerability Scan [${GREEN}V${NORMAL}]"
echo ""
echo " ${SECTION}Files${NORMAL}:"
echo " - Test and debug information : ${WHITE}${LOGFILE}${NORMAL}"