sysui/desktop/apparmor/program.soffice.bin |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 75a289c81880d11982b64f5fecfc5021c8716260
Author: Olivier Tilloy <olivier.til...@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 <c...@libreoffice.org>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to