mirror of https://github.com/CISOfy/lynis.git
Properly log as binary
This commit is contained in:
parent
b9c7a2857e
commit
ccf849f214
|
@ -56,7 +56,7 @@
|
|||
if [ ${SYMLINK} -eq 0 ]; then
|
||||
logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})"
|
||||
else
|
||||
logtext "Binary: ${GCCBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
|
||||
logtext "Binary: ${ASBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
|
||||
fi
|
||||
if [ ${FileIsWorldExecutable} = "TRUE" ]; then
|
||||
AddHP 2 3
|
||||
|
|
Loading…
Reference in New Issue