[FIRE-4534] set initial state

This commit is contained in:
Michael Boelen 2020-06-26 09:44:39 +02:00
parent 68c6bdff16
commit 9f0bbf52ea
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -407,6 +407,8 @@
Register --test-no FIRE-4534 --weight L --os "macOS" --network NO --category security --description "Check for presence of outbound firewalls on macOS"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0
# Little Snitch Daemon (macOS)
LogText "Test: checking process Little Snitch Daemon"
if IsRunning --full "Little Snitch Daemon"; then