bump product version to 5.0.4.1
[LibreOffice.git] / sysui / desktop / apparmor / program.xpdfimport
bloba83827fe3f07fe9fbefcd0779f32f9381272f326
1 # ------------------------------------------------------------------
3 #    Copyright (C) 2015 Canonical Ltd.
5 #    This Source Code Form is subject to the terms of the Mozilla Public
6 #    License, v. 2.0. If a copy of the MPL was not distributed with this
7 #    file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 #    Author: Bryan Quigley <bryan.quigley@canonical.com>
11 # ------------------------------------------------------------------
13 #include <tunables/global>
15 profile libreoffice-xpdfimport INSTDIR-program/xpdfimport {
16   #include <abstractions/base>
18   owner /tmp/*              r,     #Seems to need to read file created with pattern /tmp/RRRRRR
19   owner /tmp/lu**           rw,    #makes files like luRRRRR.tmp/lubRRRR.tmp where R is random
20                                    #Note, usually it's lub or luc, don't know why.
21   /usr/share/poppler/**     r,
22   /usr/share/libreoffice/share/config/* r,
23   owner @{HOME}/.config/libreoffice{,dev}/?/user/uno_packages/cache/log.txt rw,