We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b84954 + 60e70fc commit e9b5bd3Copy full SHA for e9b5bd3
manifests/params.pp
@@ -66,7 +66,6 @@
66
$clamav_milter_options = {}
67
$clamav_milter_default_options = {
68
'User' => 'clamilt',
69
- 'AllowSupplementaryGroups' => 'yes',
70
'MilterSocket' => 'inet:8890@localhost',
71
'ClamdSocket' => 'tcp:127.0.0.1',
72
'LogSyslog' => 'yes',
@@ -183,7 +182,6 @@
183
182
$clamd_default_options = {
184
'AlgorithmicDetection' => true,
185
'AllowAllMatchScan' => true,
186
- 'AllowSupplementaryGroups' => true,
187
'ArchiveBlockEncrypted' => false,
188
'Bytecode' => true,
189
'BytecodeSecurity' => 'TrustSigned',
@@ -252,7 +250,6 @@
252
250
}
253
251
254
$freshclam_default_options = {
255
- 'AllowSupplementaryGroups' => false,
256
257
'Checks' => '24',
258
'CompressLocalDatabase' => 'no',
0 commit comments