summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2016-06-06 10:14:50 +0200
committerMicah <micah@leap.se>2016-06-16 11:10:47 -0400
commit88d3a09a87c483ccde6517063d4a34756272c0f0 (patch)
tree0ed9a0adeea72ee891982ced61c0847c72a2fcda
parent94cc1ff3368cbf5ebd0a38dc04bc7236e0e90900 (diff)
debian packages don't know AllowSupplementaryGroups
if this is set in the config, the deamons do not start anymore. From the debian changelog: clamav (0.99.2+dfsg-0+deb8u1) stable; urgency=medium * Import new Upstream. * Drop AllowSupplementaryGroups option which is default now (Closes: #822444).
-rw-r--r--puppet/modules/clamav/templates/clamav-milter.conf.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/modules/clamav/templates/clamav-milter.conf.erb b/puppet/modules/clamav/templates/clamav-milter.conf.erb
index 9bf7099e..50b4c620 100644
--- a/puppet/modules/clamav/templates/clamav-milter.conf.erb
+++ b/puppet/modules/clamav/templates/clamav-milter.conf.erb
@@ -4,7 +4,6 @@ FixStaleSocket true
User clamav
MilterSocketGroup clamav
MilterSocketMode 666
-AllowSupplementaryGroups true
ReadTimeout 120
Foreground false
PidFile /var/run/clamav/clamav-milter.pid