summaryrefslogtreecommitdiffstats
path: root/src/klamavconfig.kcfg
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-02-07 21:53:39 +0200
committerMavridis Philippe <mavridisf@gmail.com>2021-02-07 21:55:06 +0200
commit9976c0cfc6516af25dd26ccba03e389781431825 (patch)
treeb3e88fea61c8b8c699db079bff3acada197303cb /src/klamavconfig.kcfg
parentbce9b7501ce96635e4c1c27093abe1aaae9a34b4 (diff)
downloadklamav-9976c0cfc6516af25dd26ccba03e389781431825.tar.gz
klamav-9976c0cfc6516af25dd26ccba03e389781431825.zip
Added a new, separate options section for Archives.
Options from the Archive Limits section have been moved there. A new option for disabling/enabling archive scanning has been added (--scan-archives switch for clamscan). This is related to issue #15. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/klamavconfig.kcfg')
-rw-r--r--src/klamavconfig.kcfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/klamavconfig.kcfg b/src/klamavconfig.kcfg
index 6b05806..25d2029 100644
--- a/src/klamavconfig.kcfg
+++ b/src/klamavconfig.kcfg
@@ -21,7 +21,11 @@
</entry>
</group>
-<group name="ArchiveLimits">
+<group name="Archives">
+ <entry name="scanArchives" type="Bool">
+ <label>Look into archives while scanning</label>
+ <default>true</default>
+ </entry>
<entry name="RecursionLevel" type="Int">
<label>Maximum Recursion Level</label>
<whatsthis>The maximum number of subdirectories in a zip file to open before .</whatsthis>