mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[FIRE-4534] set initial state
This commit is contained in:
parent
68c6bdff16
commit
9f0bbf52ea
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue