pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clamav does not know about AllowSupplementaryGroups

cz8s opened this issue · comments

leap_platform configures clamav-daemon and clamav-milter with AllowSupplementaryGroups.
But clamav does not know these options and fails to start if these options are set

I updated the config by hand on wazokazi and try. This has to be reversed once the bug is fixed

commented

The 'AllowSupplementaryGroups' is also present in existing installations (i.e. dev/unstable) in clamd.conf.
This is addressed in Debian Bug #826406 - Too abrupt removal of AllowSupplementaryGroups option in stable, so we should remove the setting manually until clamav gets updated and doesn't break anymore.

commented

Fixed: dev + unstable with

sed -i '/^AllowSupplementaryGroups.*$/d' /etc/clamav/clam*.conf; systemctl restart clamav-daemon.service clamav-milter.service