Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-02-14 17:08:55 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-02-14 17:08:55 +0300
commitc0e604c0594c879f3c642a16aeacc3b75ed8cf2e (patch)
treead6da53eacf6b23f7d3a3e80844c22a1d6bf4ba0 /include/tests_hardening
parent8c47d6dac9314fdc76ec249ae9c5c2f559503f65 (diff)
[HRDN-7222] changed reporting key
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 11cea42e..ff4bd697 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -58,7 +58,7 @@
LogText "Test: Check file permissions for as (Assembler)"
if IsWorldExecutable ${ASBINARY}; then
LogText "Binary: found ${ASBINARY} (world executable)"
- Report "compiler[]=${ASBINARY}"
+ Report "compiler_world_executable[]=${ASBINARY}"
AddHP 2 3
HARDEN_COMPILERS_NEEDED=1
else
@@ -70,7 +70,7 @@
LogText "Test: Check file permissions for GCC compiler"
if IsWorldExecutable ${GCCBINARY}; then
LogText "Binary: found ${GCCBINARY} (world executable)"
- Report "compiler[]=${GCCBINARY}"
+ Report "compiler_world_executable[]=${GCCBINARY}"
AddHP 2 3
HARDEN_COMPILERS_NEEDED=1
else