mirror of https://github.com/CISOfy/lynis.git
Removed variable
This commit is contained in:
parent
5ecbaafa4f
commit
e1d96752f2
|
@ -54,7 +54,7 @@
|
||||||
logtext "Test: Check file permissions for as (Assembler)"
|
logtext "Test: Check file permissions for as (Assembler)"
|
||||||
IsWorldExecutable ${ASBINARY}
|
IsWorldExecutable ${ASBINARY}
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})"
|
logtext "Binary: found ${ASBINARY} (world executable)"
|
||||||
AddHP 2 3
|
AddHP 2 3
|
||||||
HARDEN_COMPILERS_NEEDED=1
|
HARDEN_COMPILERS_NEEDED=1
|
||||||
else
|
else
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
logtext "Test: Check file permissions for GCC compiler"
|
logtext "Test: Check file permissions for GCC compiler"
|
||||||
IsWorldExecutable ${GCCBINARY}
|
IsWorldExecutable ${GCCBINARY}
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
logtext "Binary: ${GCCBINARY} (world executable: ${FileIsWorldExecutable})"
|
logtext "Binary: found ${GCCBINARY} (world executable)"
|
||||||
AddHP 2 3
|
AddHP 2 3
|
||||||
HARDEN_COMPILERS_NEEDED=1
|
HARDEN_COMPILERS_NEEDED=1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue