Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-06-26 10:44:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-06-26 10:44:39 +0300
commit9f0bbf52ea761374b6ae70b3126c71d4c572b096 (patch)
treefdfaa31a5741026ac2bddf4b00dec7a76d762e98 /include/tests_firewalls
parent68c6bdff162de22480c61170bdce7c5dad0f51e1 (diff)
[FIRE-4534] set initial state
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tests_firewalls b/include/tests_firewalls
index 20f87e1e..d3ff1e3d 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -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