1 |
diff -urN dansguardian-2.10.1.1.old/configs/contentscanners/clamdscan.conf.in dansguardian-2.10.1.1/configs/contentscanners/clamdscan.conf.in |
2 |
--- dansguardian-2.10.1.1.old/configs/contentscanners/clamdscan.conf.in 2018-12-17 23:21:19.994001174 +1100 |
3 |
+++ dansguardian-2.10.1.1/configs/contentscanners/clamdscan.conf.in 2018-12-17 23:24:04.000000000 +1100 |
4 |
@@ -1,7 +1,7 @@ |
5 |
plugname = 'clamdscan' |
6 |
|
7 |
# edit this to match the location of your ClamD UNIX domain socket |
8 |
-#clamdudsfile = '/var/run/clamav/clamd.sock' |
9 |
+clamdudsfile = '/var/clamav/clamd.socket' |
10 |
|
11 |
# If this string is set, the text it contains shall be removed from the |
12 |
# beginning of filenames when passing them to ClamD. |
13 |
diff -urN dansguardian-2.10.1.1.old/configs/dansguardian.conf.in dansguardian-2.10.1.1/configs/dansguardian.conf.in |
14 |
--- dansguardian-2.10.1.1.old/configs/dansguardian.conf.in 2018-12-17 23:21:19.994001174 +1100 |
15 |
+++ dansguardian-2.10.1.1/configs/dansguardian.conf.in 2018-12-17 23:25:03.000000000 +1100 |
16 |
@@ -611,6 +611,8 @@ |
17 |
# clamdscan, the two processes must run with either the same group or user ID. |
18 |
#daemonuser = '@DGPROXYUSER@' |
19 |
#daemongroup = '@DGPROXYGROUP@' |
20 |
+daemonuser = 'clamav' |
21 |
+daemongroup = 'dansguardian |
22 |
|
23 |
# Soft restart |
24 |
# When on this disables the forced killing off all processes in the process group. |