Kaydet (Commit) c6a19889 authored tarafından Rene Engelhard's avatar Rene Engelhard

deb#887593 apparmor: allow soffice.bin reading .mozilla/firefox and .gnupg

Change-Id: I74b57cd510b1babbb4a537d307a6ffc9ee1d9ce5
üst e64e7da9
......@@ -84,6 +84,8 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin {
#include <abstractions/ibus>
#include <abstractions/nameservice>
#include <abstractions/gnome>
# GnuPG1 only...
# #include <abstractions/gnupg>
#include <abstractions/python>
#include <abstractions/p11-kit>
......@@ -166,4 +168,8 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin {
owner @{HOME}/.icons/*/cursors/* r,
/usr/share/*-fonts/conf.avail/*.conf r,
/usr/share/fonts-config/conf.avail/*.conf r,
owner @{HOME}/.mozilla/firefox/** r,
# there is abstractions/gnupg but that's just for gpg1...
owner @{HOME}/.gnupg/* r,
}
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