From b9f60734e0024667d1ca05daa98101c20e6d0cb8 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 6 Jul 2021 22:56:10 -0500 Subject: [PATCH] Run clamd as root so clamonacc works --- templates/Fedora/34/etc/clamd.d/scan.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Fedora/34/etc/clamd.d/scan.conf b/templates/Fedora/34/etc/clamd.d/scan.conf index 464e117..36c5826 100644 --- a/templates/Fedora/34/etc/clamd.d/scan.conf +++ b/templates/Fedora/34/etc/clamd.d/scan.conf @@ -217,7 +217,7 @@ LocalSocket /run/clamd.scan/clamd.sock # Run as another user (clamd must be started by root for this option to work) # Default: don't drop privileges -User clamscan +# User clamscan # Stop daemon when libclamav reports out of memory condition. #ExitOnOOM yes