Remove text suggestion as it is replaced with more generic method

This commit is contained in:
Michael Boelen 2024-10-11 11:15:08 +00:00
parent e5462afb15
commit e84af49ada
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -1119,7 +1119,7 @@
Display --indent 4 --text "- ${UNIT} (value=${EXPOSURE})" --result "${STATUS}" --color "${COLOR}" Display --indent 4 --text "- ${UNIT} (value=${EXPOSURE})" --result "${STATUS}" --color "${COLOR}"
LogText "Result: ${UNIT} has exposure value ${EXPOSURE} with predicate '${STATUS}'" LogText "Result: ${UNIT} has exposure value ${EXPOSURE} with predicate '${STATUS}'"
done 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 fi
# #
################################################################################# #################################################################################