diff options
author | Mavridis Philippe <[email protected]> | 2021-02-05 23:03:54 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-02-05 23:08:45 +0200 |
commit | bce9b7501ce96635e4c1c27093abe1aaae9a34b4 (patch) | |
tree | 79462f7f053bbfa94975688792934c33bfd4b5e8 /src/klamavconfig.kcfg | |
parent | 18923e403764c902e11aa2c8cd49c6f7335a9923 (diff) | |
download | klamav-bce9b7501ce96635e4c1c27093abe1aaae9a34b4.tar.gz klamav-bce9b7501ce96635e4c1c27093abe1aaae9a34b4.zip |
Updated command-line switches.
Deprecated archive extraction options were removed and some switches
were renamed according to changes in ClamAV 0.101.0.
ClamAV seems to handle archive extraction fully on its own and thus
those options are not provided by clamscan anymore.
This relates to issue #15.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/klamavconfig.kcfg')
-rw-r--r-- | src/klamavconfig.kcfg | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/src/klamavconfig.kcfg b/src/klamavconfig.kcfg index 017730f..6b05806 100644 --- a/src/klamavconfig.kcfg +++ b/src/klamavconfig.kcfg @@ -44,99 +44,6 @@ </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> |