mirror of https://github.com/CISOfy/lynis.git
Consider binaries check as a core test
This commit is contained in:
parent
a23758e21f
commit
2d7ef97605
|
@ -34,10 +34,10 @@
|
|||
Display --indent 2 --text "- Scanning available tools..."
|
||||
logtext "Start scanning for available audit binaries and tools..."
|
||||
|
||||
# Test : FILE-7502
|
||||
# Test : CORE-1000
|
||||
# Description : Check all system binaries
|
||||
# Notes : Always perform test, dependency for many other tests
|
||||
Register --test-no FILE-7502 --weight L --network NO --description "Check all system binaries"
|
||||
Register --test-no CORE-1000 --weight L --network NO --description "Check all system binaries"
|
||||
BINARY_PATHS_FOUND=""; N=0
|
||||
Display --indent 2 --text "- Checking system binaries..."
|
||||
logtext "Status: Starting binary scan..."
|
||||
|
|
Loading…
Reference in New Issue