mirror of https://github.com/CISOfy/lynis.git
parent
7b632bdbfa
commit
95d2ae0dee
|
@ -421,7 +421,7 @@
|
|||
# Test : ACCT-9670
|
||||
# Description : Check cmd status
|
||||
if [ -n "${CMDBINARY}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
||||
Register --test-no ACCT-9670 --os Linux --weight L --network NO --category security --description "Check for cmd"
|
||||
Register --test-no ACCT-9670 --os Linux --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check for cmd"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
LogText "Test: Check cmd status"
|
||||
if IsRunning "cmd_daemon"; then
|
||||
|
|
Loading…
Reference in New Issue