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-10 22:04:18 +0300
committermboelen <michael@cisofy.com>2015-09-10 22:04:18 +0300
commitb43bf179546c6465fbbd988ea16c55c8ed8a3831 (patch)
treea915aa14848ffa301883fa2604dfa5875e2ca144 /include/report
parent28d9a49a5f2c6728d9f8da4f4e41bdf88c8c2d37 (diff)
Remove tool tips section from report
Diffstat (limited to 'include/report')
-rw-r--r--include/report10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/report b/include/report
index ff24cc44..91856958 100644
--- a/include/report
+++ b/include/report
@@ -224,16 +224,6 @@
echo "================================================================================"
fi
- if [ ${SHOW_TOOL_TIPS} -eq 1 ]; then
- echo " Tip: Disable all tests which are not relevant or are too strict for the"
- echo " purpose of this particular machine. This will remove unwanted suggestions"
- echo " and also boost the hardening index. Each test should be properly analyzed"
- echo " to see if the related risks can be accepted, before disabling the test."
- echo "================================================================================"
- fi
-
-
-
echo ""; echo ""
fi