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:
authorMichael Boelen <michael.boelen@cisofy.com>2020-03-25 17:03:21 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-03-25 17:03:21 +0300
commit9b978a3581a0fed053c33b8ef1b4877d261cb1ce (patch)
tree4d205f1ec5b2351fec2016124b8d0fa5dafde7d7 /include/profiles
parentdb117ae64428bf3b0d33bdd872f654b874e7b4da (diff)
Add specific control ID for warnings regarding usage of deprecated options
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profiles b/include/profiles
index 5b940150..328d4d49 100644
--- a/include/profiles
+++ b/include/profiles
@@ -541,7 +541,7 @@
#################################################################################
#
if [ -n "${DEPRECATED_OPTION}" ]; then
- ReportWarning "LYNIS" "One or more deprecated options used" "${DEPRECATED_OPTION}" "Update your profile"
+ ReportWarning "GEN-0030" "One or more deprecated options used in profile" "${DEPRECATED_OPTION}" "Update your profile"
fi
#
#################################################################################