Skip to content

Commit

Permalink
Merge pull request #60 from bc-bjoern/patch-1
Browse files Browse the repository at this point in the history
Removed Default Option AllowSupplementaryGroups
  • Loading branch information
edestecd authored Oct 8, 2018
2 parents 2b84954 + 60e70fc commit e9b5bd3
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 e9b5bd3

Please sign in to comment.