From edde26f34f7fea1756fdf58b352329e61787b882 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Mon, 6 Jun 2016 10:14:50 +0200 Subject: 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). --- puppet/modules/clamav/templates/clamav-milter.conf.erb | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet/modules/clamav') 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 -- cgit v1.2.3