From 60e70fcc05d5ed032a7cdad18195d78d20b7d098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Becker?= Date: Mon, 8 Oct 2018 14:56:28 +0200 Subject: [PATCH] Removed Default Option AllowSupplementaryGroups With ClamAV 0.100.0 this option is deprecated. https://blog.clamav.net/2018/04/clamav-01000-has-been-released.html --- manifests/params.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index a23cf4d..3684e55 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -66,7 +66,6 @@ $clamav_milter_options = {} $clamav_milter_default_options = { 'User' => 'clamilt', - 'AllowSupplementaryGroups' => 'yes', 'MilterSocket' => 'inet:8890@localhost', 'ClamdSocket' => 'tcp:127.0.0.1', 'LogSyslog' => 'yes', @@ -183,7 +182,6 @@ $clamd_default_options = { 'AlgorithmicDetection' => true, 'AllowAllMatchScan' => true, - 'AllowSupplementaryGroups' => true, 'ArchiveBlockEncrypted' => false, 'Bytecode' => true, 'BytecodeSecurity' => 'TrustSigned', @@ -252,7 +250,6 @@ } $freshclam_default_options = { - 'AllowSupplementaryGroups' => false, 'Bytecode' => true, 'Checks' => '24', 'CompressLocalDatabase' => 'no',