Kaydet (Commit) 8d1f307c authored tarafından Vincas Dargis's avatar Vincas Dargis Kaydeden (comit) Rene Engelhard

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: 's avatarRene Engelhard <rene@debian.org>
üst 45c2eb2e
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment