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-26 15:05:20 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-26 15:05:20 +0300
commitfdf3ded89f7a205a69d150f2ba629f68ca46db5f (patch)
tree506553e28d73f10b15fcef040c521e038d291346 /include/report
parent8de53d87beefefca562e083d4b6722020c9c4f64 (diff)
New command 'lynis show details' to display test details
Diffstat (limited to 'include/report')
-rw-r--r--include/report5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/report b/include/report
index 03de8a28..0c73d436 100644
--- a/include/report
+++ b/include/report
@@ -165,9 +165,10 @@
if [ ! "${SWARNINGS}" = "" -o ! "${SSUGGESTIONS}" = "" ]; then
echo " ${CYAN}Follow-up${NORMAL}:"
echo " ${WHITE}----------------------------${NORMAL}"
- echo " ${WHITE}-${NORMAL} Check the logfile for more details (less $LOGFILE)"
+ echo " ${WHITE}-${NORMAL} Show details of a test (lynis show details TEST-ID)"
+ echo " ${WHITE}-${NORMAL} Check the logfile for all details (less ${LOGFILE})"
echo " ${WHITE}-${NORMAL} Read security controls texts (https://cisofy.com)"
- if [ ${UPLOAD_DATA} -eq 0 ]; then echo " ${WHITE}-${NORMAL} Use --upload to upload data (Lynis Enterprise users)"; fi
+ if [ ${UPLOAD_DATA} -eq 0 ]; then echo " ${WHITE}-${NORMAL} Use --upload to upload data to central system (Lynis Enterprise users)"; fi
echo ""
fi
echo "================================================================================"