summaryrefslogtreecommitdiffstats
path: root/src/klamavconfig.kcfg
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2021-02-05 22:31:58 +0200
committerMavridis Philippe <[email protected]>2021-02-05 22:34:25 +0200
commit18923e403764c902e11aa2c8cd49c6f7335a9923 (patch)
tree708bc47445e10d6a95beda5c4178e9e17c272dc4 /src/klamavconfig.kcfg
parent3f7deb35938a8993ee835e05de9bc2cddfe05744 (diff)
downloadklamav-18923e403764c902e11aa2c8cd49c6f7335a9923.tar.gz
klamav-18923e403764c902e11aa2c8cd49c6f7335a9923.zip
Added support for clamd scanning.
This option has to be enabled in the new 'Backend' section of the Options dialog. Most configuration options are unavailable for use with 'clamdscan'. For more information on the inherited limitations see the man page for clamdscan(1). This resolves issue #17. Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/klamavconfig.kcfg')
-rw-r--r--src/klamavconfig.kcfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/klamavconfig.kcfg b/src/klamavconfig.kcfg
index 420beeb..017730f 100644
--- a/src/klamavconfig.kcfg
+++ b/src/klamavconfig.kcfg
@@ -3,6 +3,24 @@
<kcfg>
<kcfgfile name="klamavrc"/>
+<group name="KlamavBackend">
+ <entry name="ScannerClamscan" type="Bool">
+ <label>Standalone scanner</label>
+ <whatsthis>Use KlamAV without the ClamAV daemon.</whatsthis>
+ <default>true</default>
+ </entry>
+ <entry name="ScannerClamdscan" type="Bool">
+ <label>ClamAV daemon</label>
+ <whatsthis>Use KlamAV with the ClamAV daemon.</whatsthis>
+ <default>false</default>
+ </entry>
+ <entry name="ClamdMultiscan" type="Bool">
+ <label>Force Multiscan mode</label>
+ <whatsthis>Force clamdscan to use multiscan mode (scan multiple directories at once in separate threads). May lower scanning time.</whatsthis>
+ <default>true</default>
+ </entry>
+</group>
+
<group name="ArchiveLimits">
<entry name="RecursionLevel" type="Int">
<label>Maximum Recursion Level</label>