mirror of https://github.com/CISOfy/lynis.git
Remove tool tips section from report
This commit is contained in:
parent
28d9a49a5f
commit
b43bf17954
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue