mirror of https://github.com/CISOfy/lynis.git
[HRDN-7222] changed reporting key
This commit is contained in:
parent
8c47d6dac9
commit
c0e604c059
|
@ -58,7 +58,7 @@
|
||||||
LogText "Test: Check file permissions for as (Assembler)"
|
LogText "Test: Check file permissions for as (Assembler)"
|
||||||
if IsWorldExecutable ${ASBINARY}; then
|
if IsWorldExecutable ${ASBINARY}; then
|
||||||
LogText "Binary: found ${ASBINARY} (world executable)"
|
LogText "Binary: found ${ASBINARY} (world executable)"
|
||||||
Report "compiler[]=${ASBINARY}"
|
Report "compiler_world_executable[]=${ASBINARY}"
|
||||||
AddHP 2 3
|
AddHP 2 3
|
||||||
HARDEN_COMPILERS_NEEDED=1
|
HARDEN_COMPILERS_NEEDED=1
|
||||||
else
|
else
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
LogText "Test: Check file permissions for GCC compiler"
|
LogText "Test: Check file permissions for GCC compiler"
|
||||||
if IsWorldExecutable ${GCCBINARY}; then
|
if IsWorldExecutable ${GCCBINARY}; then
|
||||||
LogText "Binary: found ${GCCBINARY} (world executable)"
|
LogText "Binary: found ${GCCBINARY} (world executable)"
|
||||||
Report "compiler[]=${GCCBINARY}"
|
Report "compiler_world_executable[]=${GCCBINARY}"
|
||||||
AddHP 2 3
|
AddHP 2 3
|
||||||
HARDEN_COMPILERS_NEEDED=1
|
HARDEN_COMPILERS_NEEDED=1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue