Skip to content

Commit 436b30c

Browse files
authored
Merge pull request edestecd#63 from pirxthepilot/master
Removing clamd default options for forwards compatibility with 0.101
2 parents 9258547 + 42e5612 commit 436b30c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

manifests/params.pp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,14 @@
178178
}
179179

180180
$clamd_default_options = {
181-
'AlgorithmicDetection' => true,
182181
'AllowAllMatchScan' => true,
183-
'ArchiveBlockEncrypted' => false,
184182
'Bytecode' => true,
185183
'BytecodeSecurity' => 'TrustSigned',
186184
'BytecodeTimeout' => '60000',
187185
'CommandReadTimeout' => '5',
188186
'CrossFilesystems' => true,
189187
'DatabaseDirectory' => $clamd_default_databasedirectory,
190188
'Debug' => false,
191-
'DetectBrokenExecutables' => false,
192189
'DetectPUA' => false,
193190
'DisableCertCheck' => false,
194191
'ExitOnOOM' => false,
@@ -222,10 +219,7 @@
222219
'MaxScriptNormalize' => '5M',
223220
'MaxThreads' => '12',
224221
'MaxZipTypeRcg' => '1M',
225-
'OLE2BlockMacros' => false,
226222
'OfficialDatabaseOnly' => false,
227-
'PhishingAlwaysBlockCloak' => false,
228-
'PhishingAlwaysBlockSSLMismatch' => false,
229223
'PhishingScanURLs' => true,
230224
'PhishingSignatures' => true,
231225
'PidFile' => $clamd_default_pidfile,

0 commit comments

Comments
 (0)