bump product version to 5.0.4.1
[LibreOffice.git] / sysui / desktop / apparmor / program.senddoc
blobdeb1fff5c892e70cefeebca9477e104062e47cd7
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-senddoc INSTDIR-/usr/lib{,32,64}/libreoffice/program/senddoc {
16   #include <abstractions/base>
18   owner /tmp/lu**       rw,    #makes files like luRRRRR.tmp/lubRRRR.tmp where R is random
19                                #Note, usually it's lub or luc, don't know why.
20   /bin/sh               rmix,
21   /bin/dash             rmix,
22   /bin/bash             rmix,
23   /bin/sed              rmix,
24   /usr/bin/dirname      rmix,
25   /usr/bin/basename     rmix,
26   /bin/grep             rmix,
27   /bin/uname            rmix,
28   /usr/bin/xdg-open     Cxr -> sanitized_helper,
29   /usr/bin/gnome-open   Cxr -> sanitized_helper,
30   /dev/null             rw,
31   INSTDIR-program/uri-encode rmPUx,
32   /usr/share/libreoffice/share/config/* r,
33   owner @{HOME}/.config/libreoffice{,dev}/?/user/uno_packages/cache/log.txt rw,