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>2017-10-29 12:54:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-10-29 12:54:16 +0300
commit011e6248c2b4acde11934f8875a308a1ca58f1b8 (patch)
tree57631828dca502765052dd4358897693ce305966 /include/tests_firewalls
parent764c18c2180b7b3aced6b41d031197e2fb2a54c3 (diff)
Use full match for Little Snitch
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_firewalls b/include/tests_firewalls
index 948492b2..805d7095 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -414,7 +414,7 @@
# Description : Check Little Snitch Daemon on macOS
Register --test-no FIRE-4534 --weight L --os "macOS" --network NO --category security --description "Check for presence of Little Snitch on macOS"
if [ ${SKIPTEST} -eq 0 ]; then
- if IsRunning "Little Snitch Daemon"; then
+ if IsRunning --full "Little Snitch Daemon"; then
Display --indent 2 --text "- Checking Little Snitch Daemon" --result "${STATUS_ENABLED}" --color GREEN
AddHP 3 3
LogText "Result: little Snitch found"