mirror of https://github.com/CISOfy/lynis.git
[FILE-7524] Do not show missing files or paths by default
This commit is contained in:
parent
8cfd05fdef
commit
cd63e2389e
|
@ -42,7 +42,7 @@
|
|||
LogText " Actual permissions: ${FILEVALUE}"
|
||||
LogText " Result: $PERMS"
|
||||
if [ "${PERMS}" = "FILE_NOT_FOUND" ]; then
|
||||
Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE
|
||||
if IsVerbose; then Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE; fi
|
||||
elif [ "${PERMS}" = "OK" ]; then
|
||||
Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN
|
||||
elif [ "${PERMS}" = "BAD" ]; then
|
||||
|
|
Loading…
Reference in New Issue