diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-06-06 10:14:50 +0200 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-06-16 11:10:47 -0400 |
commit | 88d3a09a87c483ccde6517063d4a34756272c0f0 (patch) | |
tree | 0ed9a0adeea72ee891982ced61c0847c72a2fcda /puppet/modules | |
parent | 94cc1ff3368cbf5ebd0a38dc04bc7236e0e90900 (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).
Diffstat (limited to 'puppet/modules')
-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 |