mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 17:24:32 +02:00
[MALW-3280] Correction to detect com.avast.daemon
This commit is contained in:
parent
f74428a3d7
commit
0d77a367c5
@ -128,7 +128,7 @@
|
||||
|
||||
# Avast (macOS)
|
||||
LogText "Test: checking process com.avast.daemon"
|
||||
if IsRunning "com.avast.daemon"; then
|
||||
if IsRunning --full "com.avast.daemon"; then
|
||||
FOUND=1
|
||||
AVAST_DAEMON_RUNNING=1
|
||||
MALWARE_DAEMON_RUNNING=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user