summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-03-08 16:07:11 +0100
committerJan Holesovsky <kendy@collabora.com>2018-05-22 12:03:43 +0200
commit6e2ad3cc4f4e628f7795cc78b3514d30a21556c1 (patch)
tree7b2108fee47728687f2681217131fe59e2c54719 /svx
parent45f05caa67be25408ad30349f1d76511e54d625c (diff)
Let sysadmins disable individual file format filters
It makes sense to disable a filter, as a temporary security measure, when there is a 0-day vulnerability in it. E.g., when 0-day found in AbiWord filter, this config snippet disables it: <item oor:path="/org.openoffice.TypeDetection.Filter"> <node oor:name="Filters"> <node oor:name="AbiWord"> <prop oor:name="Enabled" oor:finalized="true"> <value>false</value> </prop> </node> </node> </item> Reviewed-on: https://gerrit.libreoffice.org/50961 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 4547fa2c1e205e1989611b1c4493cbbd12541372) Change-Id: I8b84250c7e4aac3555877d23f58ed13a2210ebfc Reviewed-on: https://gerrit.libreoffice.org/51058 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/src/errtxt.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src
index ab00f1b94a5a..0484a929db80 100644
--- a/svx/source/src/errtxt.src
+++ b/svx/source/src/errtxt.src
@@ -508,6 +508,10 @@ Resource RID_ERRHDL
{
Text [ en-US ] = "File format error found at $(ARG1)(row,col).";
};
+ String ERRCODE_IO_FILTERDISABLED
+ {
+ Text [ en-US ] = "The filter for this file format is disabled in configuration. Please contact your systems administrator.";
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */