Skip to content

Commit 42e5612

Browse files
committed
Removing clamd default options for forwards compatibility with 0.101
1 parent e9b5bd3 commit 42e5612

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
@@ -180,17 +180,14 @@
180180
}
181181

182182
$clamd_default_options = {
183-
'AlgorithmicDetection' => true,
184183
'AllowAllMatchScan' => true,
185-
'ArchiveBlockEncrypted' => false,
186184
'Bytecode' => true,
187185
'BytecodeSecurity' => 'TrustSigned',
188186
'BytecodeTimeout' => '60000',
189187
'CommandReadTimeout' => '5',
190188
'CrossFilesystems' => true,
191189
'DatabaseDirectory' => $clamd_default_databasedirectory,
192190
'Debug' => false,
193-
'DetectBrokenExecutables' => false,
194191
'DetectPUA' => false,
195192
'DisableCertCheck' => false,
196193
'ExitOnOOM' => false,
@@ -224,10 +221,7 @@
224221
'MaxScriptNormalize' => '5M',
225222
'MaxThreads' => '12',
226223
'MaxZipTypeRcg' => '1M',
227-
'OLE2BlockMacros' => false,
228224
'OfficialDatabaseOnly' => false,
229-
'PhishingAlwaysBlockCloak' => false,
230-
'PhishingAlwaysBlockSSLMismatch' => false,
231225
'PhishingScanURLs' => true,
232226
'PhishingSignatures' => true,
233227
'PidFile' => $clamd_default_pidfile,

0 commit comments

Comments
 (0)