mirror of https://github.com/CISOfy/lynis.git
Merge pull request #39 from aneeshusa/check-locate-preqs
Prevent the locate test from running spuriously when locate is not present.
This commit is contained in:
commit
4266992f6b
|
@ -563,7 +563,7 @@
|
|||
# or /var/cache/locate/locatedb
|
||||
# FreeBSD /var/db/locate.database
|
||||
if [ ! "${LOCATEBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
||||
Register --test-no FILE-6410 --os Linux --weight L --network NO --description "Checking Locate database"
|
||||
Register --test-no FILE-6410 --preqs-met ${PREQS_MET} --os Linux --weight L --network NO --description "Checking Locate database"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
logtext "Test: Checking locate database"
|
||||
FOUND=0
|
||||
|
|
Loading…
Reference in New Issue