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:
authormboelen <michael@cisofy.com>2015-06-11 14:57:57 +0300
committermboelen <michael@cisofy.com>2015-06-11 14:57:57 +0300
commite13a9087eaeb13d7c33b9392d2d21c0735ae20ef (patch)
treeb7beae520342eeb9ff5e3c74c715e8c83b507b07 /include/tests_hardening
parent72feac96388b0ed4243a62152667424e8ab074b4 (diff)
Added compilers to report
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 592e8b16..713264b9 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -55,6 +55,7 @@
IsWorldExecutable ${ASBINARY}
if [ $? -eq 1 ]; then
logtext "Binary: found ${ASBINARY} (world executable)"
+ report "compiler[]=${ASBINARY}"
AddHP 2 3
HARDEN_COMPILERS_NEEDED=1
else
@@ -67,6 +68,7 @@
IsWorldExecutable ${GCCBINARY}
if [ $? -eq 1 ]; then
logtext "Binary: found ${GCCBINARY} (world executable)"
+ report "compiler[]=${GCCBINARY}"
AddHP 2 3
HARDEN_COMPILERS_NEEDED=1
else