mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Use full match for Little Snitch
This commit is contained in:
parent
764c18c218
commit
011e6248c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue