mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Remove tool tips section from report
This commit is contained in:
parent
28d9a49a5f
commit
b43bf17954
1 changed files with 0 additions and 10 deletions
|
|
@ -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 a new issue