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:
authorjirib <46245+jirib@users.noreply.github.com>2019-03-05 21:03:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-05 21:03:44 +0300
commit0dafe4a02b494e0c94c3d1b89e9e9791e2fde63d (patch)
tree11d2235a3d636af9ee62f0e5bb5612d890170edd /include/tests_hardening
parent06bf77cb3052c7417b6fe44e70428b36da68c031 (diff)
better OpenBSD support (#641)
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 8945f9a3..0719cf8e 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -54,7 +54,7 @@
LogText "Result: no compilers found"
else
# TODO - c89 c99 cpp ld
- TEST_BINARIES="${ASBINARY} ${GCCBINARY}"
+ TEST_BINARIES="${ASBINARY} ${CCBINARY} ${CLANGBINARY} ${GCCBINARY}"
for ITEM in ${TEST_BINARIES}; do
FILE="${ITEM}"
LogText "Test: Check file permissions for ${ITEM}"