diff options
author | Mavridis Philippe <[email protected]> | 2021-01-13 19:26:24 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-13 19:26:24 +0200 |
commit | 8c20dc919f7d54eb48fb60f39ba5e1d466a70763 (patch) | |
tree | 44d89f278d5dd066603e5ab9c0b270bc8eb4ad51 /src/klamavconfig.kcfg | |
download | klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.tar.gz klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.zip |
Initial commit
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/klamavconfig.kcfg')
-rw-r--r-- | src/klamavconfig.kcfg | 239 |
1 files changed, 239 insertions, 0 deletions
diff --git a/src/klamavconfig.kcfg b/src/klamavconfig.kcfg new file mode 100644 index 0000000..1106e89 --- /dev/null +++ b/src/klamavconfig.kcfg @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd"> +<kcfg> +<kcfgfile name="klamavrc"/> + +<group name="ArchiveLimits"> + <entry name="RecursionLevel" type="Int"> + <label>Maximum Recursion Level</label> + <whatsthis>The maximum number of subdirectories in a zip file to open before .</whatsthis> + <default>0</default> + </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 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 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> + <default>0</default> + </entry> +</group> + +<group name="ArchiveTypes"> + <entry name="ScanDeb" type="Bool"> + <label>Scan DEB files</label> + <whatsthis>Scan DEB files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="DebUsing" type="String"> + <label>Program to scan DEB files.</label> + <whatsthis>Scan DEB files using the named program.</whatsthis> + </entry> + + <entry name="ScanTar" type="Bool"> + <label>Scan TAR files</label> + <whatsthis>Scan TAR files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="TarUsing" type="String"> + <label>Program to scan TAR files.</label> + <whatsthis>Scan TAR files using the named program.</whatsthis> + </entry> + + <entry name="ScanJar" type="Bool"> + <label>Scan JAR files</label> + <whatsthis>Scan JAR files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="JarUsing" type="String"> + <label>Program to scan JAR files.</label> + <whatsthis>Scan JAR files using the named program.</whatsthis> + </entry> + + <entry name="ScanLzh" type="Bool"> + <label>Scan LZH files</label> + <whatsthis>Scan LZH files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="LzhUsing" type="String"> + <label>Program to scan LZH files.</label> + <whatsthis>Scan LZH files using the named program.</whatsthis> + </entry> + + <entry name="ScanZoo" type="Bool"> + <label>Scan Zoo files</label> + <whatsthis>Scan Zoo files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="ZooUsing" type="String"> + <label>Program to scan Zoo files.</label> + <whatsthis>Scan Zoo files using the named program.</whatsthis> + </entry> + + <entry name="ScanRar" type="Bool"> + <label>Scan RAR files</label> + <whatsthis>Scan RAR files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="RarUsing" type="String"> + <label>Program to scan RAR files.</label> + <whatsthis>Scan RAR files using the named program.</whatsthis> + </entry> + + <entry name="ScanZip" type="Bool"> + <label>Scan Zip files</label> + <whatsthis>Scan Zip files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="ZipUsing" type="String"> + <label>Program to scan Zip files.</label> + <whatsthis>Scan Zip files using the named program.</whatsthis> + </entry> + + <entry name="ScanTgz" type="Bool"> + <label>Scan TGZ files</label> + <whatsthis>Scan TGZ files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="TgzUsing" type="String"> + <label>Program to scan TGZ files.</label> + <whatsthis>Scan TGZ files using the named program.</whatsthis> + </entry> + + <entry name="ScanArj" type="Bool"> + <label>Scan ARJ files</label> + <whatsthis>Scan ARJ files using the named program.</whatsthis> + <default>false</default> + </entry> + <entry name="ArjUsing" type="String"> + <label>Program to scan ARJ files.</label> + <whatsthis>Scan ARJ files using the named program.</whatsthis> + </entry> + +</group> + +<group name="FileTypes"> + <entry name="VirusEncrypted" type="Bool"> + <label>Mark Encrypted Files as Suspicious</label> + <whatsthis>Mark Encrypted Files as Suspicious.</whatsthis> + <default>true</default> + </entry> + <entry name="VirusBroken" type="Bool"> + <label>Mark Broken Files as Suspicious</label> + <whatsthis>Mark Broken Files as Suspicious.</whatsthis> + <default>true</default> + </entry> + <entry name="ExcludeQuarantine" type="Bool"> + <label>Exclude Quarantine Directories from scanning</label> + <whatsthis>Exclude Quarantine Directories from scanning.</whatsthis> + <default>true</default> + </entry> + <entry name="ScanMacros" type="Bool"> + <label>Scan Microsoft Office Macros</label> + <whatsthis>Scan Microsoft Office Macros.</whatsthis> + <default>true</default> + </entry> + <entry name="ScanPE" type="Bool"> + <label>Scan Portable Executable Files</label> + <whatsthis>Scan Portable Executable Files.</whatsthis> + <default>true</default> + </entry> + <entry name="ScanMail" type="Bool"> + <label>Scan Emails</label> + <whatsthis>Scan Emails.</whatsthis> + <default>true</default> + </entry> + <entry name="ScanHTML" type="Bool"> + <label>Scan HTML Files</label> + <whatsthis>Scan HTML Files.</whatsthis> + <default>true</default> + </entry> + + + </group> + +<group name="Autoscan"> + <entry name="Executed" type="Bool"> + <label>Scan Files When They Are Executed</label> + <whatsthis>Scan Files When They Are Executed.</whatsthis> + <default>true</default> + </entry> + <entry name="Opened" type="Bool"> + <label>Scan Files When They Are Opened</label> + <whatsthis>Scan Files When They Are Opened.</whatsthis> + <default>true</default> + </entry> + <entry name="Closed" type="Bool"> + <label>Scan Files When They Are Closed</label> + <whatsthis>Scan Files When They Are Closed.</whatsthis> + <default>true</default> + </entry> + <entry name="Created" type="Bool"> + <label>Scan Files When They Are Created or Modified</label> + <whatsthis>Scan Files When They Are Created or Modified.</whatsthis> + <default>false</default> + </entry> + +</group> + +<group name="EventLogging"> + <entry name="ExpireDays" type="Int"> + <label>Expire Events After the Specified Number of Days</label> + <whatsthis>Expire Events After the Specified Number of Days.</whatsthis> + <default>30</default> + </entry> + <entry name="SoftwareUpdates" type="Bool"> + <label>Log Software Update Events</label> + <whatsthis>Log Software Update Events.</whatsthis> + <default>true</default> + </entry> + <entry name="Quarantined" type="Bool"> + <label>Log Quarantine Events</label> + <whatsthis>Log Quarantine Events.</whatsthis> + <default>true</default> + </entry> + <entry name="LaunchShutdown" type="Bool"> + <label>Log KlamAV launching and shutting-down Events</label> + <whatsthis>Log KlamAV launching and shutting-down Events.</whatsthis> + <default>false</default> + </entry> + <entry name="DBUpdates" type="Bool"> + <label>Log Database Events</label> + <whatsthis>Log Database Events.</whatsthis> + <default>true</default> + </entry> + <entry name="StartedStoppedCancelled" type="Bool"> + <label>Log StartedStoppedCancelled Events</label> + <whatsthis>Log StartedStoppedCancelled Events.</whatsthis> + <default>true</default> + </entry> + <entry name="VirusFound" type="Bool"> + <label>Log VirusFound Events</label> + <whatsthis>Log VirusFound Events.</whatsthis> + <default>true</default> + </entry> + <entry name="Error" type="Bool"> + <label>Log Error Events</label> + <whatsthis>Log Error Events.</whatsthis> + <default>true</default> + </entry> + + +</group> + +<group name="Misc"> + <entry name="ClamAVVersion" type="String"> + <label>Expire Events After the Specified Number of Days</label> + <whatsthis>Expire Events After the Specified Number of Days.</whatsthis> + </entry> +</group> + + +</kcfg> |