Skip to content

Commit e9b5bd3

Browse files
authored
Merge pull request edestecd#60 from bc-bjoern/patch-1
Removed Default Option AllowSupplementaryGroups
2 parents 2b84954 + 60e70fc commit e9b5bd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

manifests/params.pp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
$clamav_milter_options = {}
6767
$clamav_milter_default_options = {
6868
'User' => 'clamilt',
69-
'AllowSupplementaryGroups' => 'yes',
7069
'MilterSocket' => 'inet:8890@localhost',
7170
'ClamdSocket' => 'tcp:127.0.0.1',
7271
'LogSyslog' => 'yes',
@@ -183,7 +182,6 @@
183182
$clamd_default_options = {
184183
'AlgorithmicDetection' => true,
185184
'AllowAllMatchScan' => true,
186-
'AllowSupplementaryGroups' => true,
187185
'ArchiveBlockEncrypted' => false,
188186
'Bytecode' => true,
189187
'BytecodeSecurity' => 'TrustSigned',
@@ -252,7 +250,6 @@
252250
}
253251

254252
$freshclam_default_options = {
255-
'AllowSupplementaryGroups' => false,
256253
'Bytecode' => true,
257254
'Checks' => '24',
258255
'CompressLocalDatabase' => 'no',

0 commit comments

Comments
 (0)