From 0d77a367c59a0b5f1bdcb46380a518519160503b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 8 Aug 2023 11:15:34 +0000 Subject: [PATCH] [MALW-3280] Correction to detect com.avast.daemon --- include/tests_malware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_malware b/include/tests_malware index 40336fa5..2b3b6cb6 100644 --- a/include/tests_malware +++ b/include/tests_malware @@ -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