change display for 'archiveblockencrypted'

As described in the release notes of ClamAV 0.101.0 the legacy Option
ArchiveBlockEncrypted was used for blocking both encrypted archives _and_
documents. This patch reflects the change in the VirusDetectorOptions.

[0] https://blog.clamav.net/2018/12/clamav-01010-has-been-released.html

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-08-08 18:09:21 +02:00 committed by Fabian Grünbichler
parent 812ac5f76d
commit 9e9c9d2671

View File

@ -8,7 +8,7 @@ Ext.define('PMG.VirusDetectorOptions', {
var me = this;
me.add_boolean_row('archiveblockencrypted',
gettext('Block encrypted archives'));
gettext('Block encrypted archives and documents'));
me.add_integer_row('archivemaxrec', gettext('Max recursion'),
{ minValue: 1, defaultValue: 5,
@ -48,7 +48,7 @@ Ext.define('PMG.VirusDetectorOptions', {
onlineHelp: 'pmgconfig_clamav_options'
},
interval: 5000,
cwidth1: 200,
cwidth1: 270,
listeners: {
itemdblclick: me.run_editor
}