You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klamav/src/klamavconfig.kcfg

240 lines
8.4 KiB

<?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>