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
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-15 20:50:52 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-15 20:50:52 +0300
commit242f91ab971150863568e8e13046201194400760 (patch)
treef12abc526247d3ef3f179ce86986d1bec208fcc0 /lynis
parentbf7b8ab44ed0979650f3cc717e7cd41979f8c354 (diff)
Added --rootdir for forensics
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
diff --git a/lynis b/lynis
index c786d798..98b8dc8a 100755
--- a/lynis
+++ b/lynis
@@ -606,6 +606,7 @@ ${NORMAL}
echo " Auditor: ${AUDITORNAME}"
echo " Test category: ${TEST_CATEGORY_TO_CHECK}"
echo " Test group: ${TEST_GROUP_TO_CHECK}"
+ if [ ! "${ROOTDIR}" = "/" ]; then echo " Root directory: ${ROOTDIR}"; fi
echo " ---------------------------------------------------"
fi