mirror of https://github.com/CISOfy/lynis.git
Remove text suggestion as it is replaced with more generic method
This commit is contained in:
parent
e5462afb15
commit
e84af49ada
|
@ -1119,7 +1119,7 @@
|
|||
Display --indent 4 --text "- ${UNIT} (value=${EXPOSURE})" --result "${STATUS}" --color "${COLOR}"
|
||||
LogText "Result: ${UNIT} has exposure value ${EXPOSURE} with predicate '${STATUS}'"
|
||||
done
|
||||
ReportSuggestion "${TEST_NO}" "Consider hardening system services" "Run '${SYSTEMDANALYZEBINARY} security SERVICE' for each service" "Learn about systemd features to secure services: https://linux-audit.com/systemd/systemd-features-to-secure-units-and-services/"
|
||||
ReportSuggestion "${TEST_NO}" "Consider hardening system services" "Run '${SYSTEMDANALYZEBINARY} security SERVICE' for each service"
|
||||
fi
|
||||
#
|
||||
#################################################################################
|
||||
|
|
Loading…
Reference in New Issue