mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Removed unneeded field for warnings and suggestions
This commit is contained in:
parent
1715a1e2b5
commit
dddfbdcb0a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN
|
||||
elif [ "${PERMS}" = "BAD" ]; then
|
||||
Display --indent 4 --text "${I}" --result "${STATUS_WARNING}" --color RED
|
||||
ReportWarning ${TEST_NO} "M" "Incorrect permissions for file ${I}"
|
||||
ReportWarning ${TEST_NO} "Incorrect permissions for file ${I}"
|
||||
else
|
||||
LogText "UNKNOWN status for file"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue