diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-06-06 10:14:50 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-06-06 10:20:50 +0200 |
commit | edde26f34f7fea1756fdf58b352329e61787b882 (patch) | |
tree | 4edf1a27bbbf504e53408954977fdbf3da7cd70b | |
parent | 2e5657647ed790eec8bd679c47eb57bd4eaed621 (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.erb | 1 |
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 |