summaryrefslogtreecommitdiffstats
path: root/src/klamavconfig.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/klamavconfig.kcfg')
-rw-r--r--src/klamavconfig.kcfg47
1 files changed, 25 insertions, 22 deletions
diff --git a/src/klamavconfig.kcfg b/src/klamavconfig.kcfg
index 8a2c55c..4646d32 100644
--- a/src/klamavconfig.kcfg
+++ b/src/klamavconfig.kcfg
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
-<kcfgfile name="klamavrc"/>
+<kcfg>
+<kcfgfile name="klamavrc"/>
<group name="KlamavBackend">
<entry name="ScannerClamscan" type="Bool">
@@ -30,17 +30,17 @@
<label>Maximum Recursion Level</label>
<whatsthis>The maximum number of subdirectories in a zip file to open before .</whatsthis>
<default>0</default>
- </entry>
+ </entry>
<entry name="MaxFileSize" type="Int">
<label>Maximum MBs to Extract</label>
<whatsthis>The maximum number of megabytes to extract from a zip file before marking it as suspicious.</whatsthis>
<default>0</default>
- </entry>
+ </entry>
<entry name="MaxScanSize" type="Int">
<label>Maximum MBs to Extract</label>
<whatsthis>The maximum number of megabytes to extract from a zip file before marking it as suspicious.</whatsthis>
<default>0</default>
- </entry>
+ </entry>
<entry name="NoFilesToExtract" type="Int">
<label>Maximum Number of Files to Extract</label>
<whatsthis>The maximum number of file to extract from a zip file before marking it as suspicious.</whatsthis>
@@ -48,7 +48,7 @@
</entry>
</group>
-<group name="FileTypes">
+<group name="FileTypes">
<entry name="VirusEncrypted" type="Bool">
<label>Mark Encrypted Files as Suspicious</label>
<default>true</default>
@@ -101,27 +101,30 @@
</group>
-<group name="Autoscan">
- <entry name="Executed" type="Bool">
- <label>Scan Files When They Are Executed</label>
- <default>true</default>
+<group name="OnAccess">
+ <entry name="EnableOnAccess" type="Bool">
+ <label>Enable On-Access Scanner</label>
+ <default>false</default>
</entry>
- <entry name="Opened" type="Bool">
- <label>Scan Files When They Are Opened</label>
- <default>true</default>
+ <entry name="ExtraScanning" type="Bool">
+ <label>Scan Files/Directories When They Are Created or Moved</label>
+ <default>false</default>
</entry>
- <entry name="Closed" type="Bool">
- <label>Scan Files When They Are Closed</label>
- <default>true</default>
+ <entry name="ExcludeConfDir" type="Bool">
+ <label>Exclude TDE Configuration Directory</label>
+ <default>true</default>
</entry>
- <entry name="Created" type="Bool">
- <label>Scan Files When They Are Created or Modified</label>
- <default>false</default>
+ <entry name="OnAccessMaxFile" type="Int">
+ <label>Maximum File Size</label>
+ <default>5</default>
+ </entry>
+ <entry name="Watchlist" type="StringList">
+ <label>Directories to Watch</label>
+ <default></default>
</entry>
-
</group>
-<group name="EventLogging">
+<group name="EventLogging">
<entry name="ExpireDays" type="Int">
<label>Expire Events After the Specified Number of Days</label>
<default>30</default>
@@ -158,7 +161,7 @@
</group>
-<group name="Misc">
+<group name="Misc">
<entry name="ClamAVVersion" type="String">
<label>Expire Events After the Specified Number of Days</label>
</entry>