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>2014-11-25 16:21:23 +0300
committermboelen <michael@cisofy.com>2014-11-25 16:21:23 +0300
commitccf849f214d4fa55359c79d0761c0765fdd44640 (patch)
treee8fe9329ce1421de545ba2b972ef9735501326c1 /include/tests_hardening
parentb9c7a2857e5d1c6575385dce9bd94b8ba11f4a52 (diff)
Properly log as binary
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 435c2bfe..840f1c4d 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -56,7 +56,7 @@
if [ ${SYMLINK} -eq 0 ]; then
logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})"
else
- logtext "Binary: ${GCCBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
+ logtext "Binary: ${ASBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
fi
if [ ${FileIsWorldExecutable} = "TRUE" ]; then
AddHP 2 3