From fbac2699a4dff117dad1c7b0e0b763d44874d223 Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 27 Dec 2016 21:25:11 +0100 Subject: [PATCH] Removing AllowSupplementaryGroups for Ubuntu 16.10 The same already known issue as on all distributions... --- install/ubuntu/16.10/clamav/clamd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ubuntu/16.10/clamav/clamd.conf b/install/ubuntu/16.10/clamav/clamd.conf index ea982697..4e04356e 100644 --- a/install/ubuntu/16.10/clamav/clamd.conf +++ b/install/ubuntu/16.10/clamav/clamd.conf @@ -8,7 +8,7 @@ LocalSocketMode 666 # TemporaryDirectory is not set to its default /tmp here to make overriding # the default with environment variables TMPDIR/TMP/TEMP possible User clamav -AllowSupplementaryGroups true +# AllowSupplementaryGroups true ScanMail true ScanArchive true ArchiveBlockEncrypted false