From 8d1f307c2fb1fa6b0402b88954269a0b0442d02f Mon Sep 17 00:00:00 2001 From: Vincas Dargis Date: Tue, 14 Aug 2018 20:19:00 +0300 Subject: apparmor: allow writing .epub files Currently, exporting document to .epub fails if AppArmor profile is enabled. This patch fixes it by registering .epub extension within AppArmor profile. Change-Id: I5075ac803ffd9157c2f2cc6546895149b0fdd5f2 Reviewed-on: https://gerrit.libreoffice.org/59004 Tested-by: Jenkins Reviewed-by: Rene Engelhard --- sysui/desktop/apparmor/program.soffice.bin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysui') diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin index cf6fd4b2eac9..642548420f5b 100644 --- a/sysui/desktop/apparmor/program.soffice.bin +++ b/sysui/desktop/apparmor/program.soffice.bin @@ -35,6 +35,8 @@ @{libreoffice_ext} += [uU][oO][fFtTsSpP] #(x)htm(l) @{libreoffice_ext} += {,x,X}[hH][tT][mM]{,l,L} +#.epub +@{libreoffice_ext} += [eE][pP][uU][bB] #Images @{libreoffice_ext} += [jJ][pP][gG] -- cgit