mirror of https://github.com/CISOfy/lynis.git
Removed unneeded field for warnings and suggestions
This commit is contained in:
parent
dddfbdcb0a
commit
f14072d216
|
@ -70,7 +70,7 @@
|
|||
LogText "Result: the following files seem to be of the wrong file type:"
|
||||
LogText "Output: ${FIND}"
|
||||
LogText "Info: above files could be redirected files to avoid logging and should be investigated"
|
||||
ReportWarning ${TEST_NO} "M" "Incorrect file type found for shell history file"
|
||||
ReportWarning ${TEST_NO} "Incorrect file type found for shell history file"
|
||||
fi
|
||||
LogText "Remarks: History files are normally of the type 'file'. Symbolic links and other types can be riskful."
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue