mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Disable testing for other tools, as xxd is not present on all systems by default
This commit is contained in:
parent
ba32b1a001
commit
96434508d4
@ -304,12 +304,11 @@
|
|||||||
[ "${WCBINARY:-}" ] || ExitFatal "wc binary not found"
|
[ "${WCBINARY:-}" ] || ExitFatal "wc binary not found"
|
||||||
|
|
||||||
# Test a few other tools that we did not specifically define (yet)
|
# Test a few other tools that we did not specifically define (yet)
|
||||||
TOOLS="xxd"
|
#TOOLS="xxd"
|
||||||
for T in ${TOOLS}; do
|
#for T in ${TOOLS}; do
|
||||||
DATA=$(type ${T})
|
# DATA=$(type ${T})
|
||||||
if [ $? -gt 0 ]; then ExitFatal "${T} binary not found"; fi
|
# if [ $? -gt 0 ]; then ExitFatal "${T} binary not found"; fi
|
||||||
done
|
#done
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
LogText "Result: checking of binaries skipped in this mode"
|
LogText "Result: checking of binaries skipped in this mode"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user