mirror of https://github.com/CISOfy/lynis.git
Removed unneeded field for warnings and suggestions
This commit is contained in:
parent
1715a1e2b5
commit
dddfbdcb0a
|
@ -47,7 +47,7 @@
|
||||||
Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN
|
Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN
|
||||||
elif [ "${PERMS}" = "BAD" ]; then
|
elif [ "${PERMS}" = "BAD" ]; then
|
||||||
Display --indent 4 --text "${I}" --result "${STATUS_WARNING}" --color RED
|
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
|
else
|
||||||
LogText "UNKNOWN status for file"
|
LogText "UNKNOWN status for file"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue