Skip to content

Commit

Permalink
Removed Default Option AllowSupplementaryGroups
Browse files Browse the repository at this point in the history
With ClamAV 0.100.0 this option is deprecated. 
https://blog.clamav.net/2018/04/clamav-01000-has-been-released.html
  • Loading branch information
Björn Becker authored Oct 8, 2018
1 parent 2b84954 commit 60e70fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -183,7 +182,6 @@
$clamd_default_options = {
'AlgorithmicDetection' => true,
'AllowAllMatchScan' => true,
'AllowSupplementaryGroups' => true,
'ArchiveBlockEncrypted' => false,
'Bytecode' => true,
'BytecodeSecurity' => 'TrustSigned',
Expand Down Expand Up @@ -252,7 +250,6 @@
}

$freshclam_default_options = {
'AllowSupplementaryGroups' => false,
'Bytecode' => true,
'Checks' => '24',
'CompressLocalDatabase' => 'no',
Expand Down

0 comments on commit 60e70fc

Please sign in to comment.