mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
[FIRE-4534] set initial state
This commit is contained in:
parent
68c6bdff16
commit
9f0bbf52ea
@ -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"
|
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
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
|
|
||||||
|
FOUND=0
|
||||||
|
|
||||||
# Little Snitch Daemon (macOS)
|
# Little Snitch Daemon (macOS)
|
||||||
LogText "Test: checking process Little Snitch Daemon"
|
LogText "Test: checking process Little Snitch Daemon"
|
||||||
if IsRunning --full "Little Snitch Daemon"; then
|
if IsRunning --full "Little Snitch Daemon"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user