[Libreoffice-commits] core.git: sysui/desktop
Olivier Tilloy
olivier.tilloy at canonical.com
Thu Mar 1 21:35:28 UTC 2018
sysui/desktop/apparmor/program.soffice.bin | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 75a289c81880d11982b64f5fecfc5021c8716260
Author: Olivier Tilloy <olivier.tilloy at canonical.com>
Date: Wed Feb 28 16:00:24 2018 +0100
tdf#116086 Apparmor profiles fixes for xslm file extension
This allows opening files with the xlsm and xltm extensions
(Excel macro-enabled workbooks and templates).
Change-Id: I9282f83ff15108a703b98f1752eeee94a2f174c1
Reviewed-on: https://gerrit.libreoffice.org/50514
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin
index dc0eedefee79..fb4c3f013d10 100644
--- a/sysui/desktop/apparmor/program.soffice.bin
+++ b/sysui/desktop/apparmor/program.soffice.bin
@@ -50,7 +50,8 @@
@{libreoffice_ext} += [rR][tT][fF]
#Calc
-@{libreoffice_ext} += [xX][lL][sSwWtT]{,x,X}
+@{libreoffice_ext} += [xX][lL][sStT]{,x,X,m,M}
+@{libreoffice_ext} += [xX][lL][wW]
#.dif dbf
@{libreoffice_ext} += [dD][iIbB][fF]
#.tsv .csv
More information about the Libreoffice-commits
mailing list