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