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
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:24:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:24:10 +0300
commitf9b2993f355c84497c24d709ea2c4f955510cbe0 (patch)
treef9a2da4d89483cb95f138b1855c1758a03e00648 /lynis
parentfc2d9b935ccd66a8c2e76150400b891647fdf4a4 (diff)
Removed unneeded field
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis4
1 files changed, 2 insertions, 2 deletions
diff --git a/lynis b/lynis
index de147465..98389d0c 100755
--- a/lynis
+++ b/lynis
@@ -906,7 +906,7 @@ ${NORMAL}
. ${INCLUDE_FILE}
else
LogText "Exception: skipping test category ${INCLUDE_TEST}, file ${INCLUDE_FILE} has bad permissions (should be 640, 600 or 400)"
- ReportWarning "NONE" "H" "Invalid permissions on tests file tests_${INCLUDE_TEST}"
+ ReportWarning "NONE" "Invalid permissions on tests file tests_${INCLUDE_TEST}"
# Insert a section and warn user also on screen
InsertSection "General"
Display --indent 2 --text "- Running test category ${INCLUDE_TEST}... " --result "SKIPPED" --color RED
@@ -933,7 +933,7 @@ ${NORMAL}
. ${INCLUDEDIR}/tests_custom
else
LogText "Exception: skipping custom tests, file has bad permissions (should be 640, 600 or 400)"
- ReportWarning "NONE" "H" "Invalid permissions on custom tests file"
+ ReportWarning "NONE" "Invalid permissions on custom tests file"
Display --indent 2 --text "- Running custom tests... " --result "WARNING" --color RED
fi
else