[MALW-3280] Correction to detect com.avast.daemon

This commit is contained in:
Michael Boelen 2023-08-08 11:15:34 +00:00
parent f74428a3d7
commit 0d77a367c5
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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