bump product version to 5.0.4.1
[LibreOffice.git] / sysui / desktop / apparmor / program.open-url
blob1d3d46638c65b598dfd5817540f67cf4c01cd080
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-open-url INSTDIR-program/open-url {
16   #include <abstractions/base>
17   #include <abstractions/ubuntu-helpers>
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   /bin/sh               rmix,
22   /bin/dash             rmix,
23   /bin/bash             rmix,
24   /bin/sed              rmix,
25   /bin/grep             rmix,
26   /usr/bin/xdg-open     Cxr -> sanitized_helper,
27   /dev/null             rw,
28   /usr/share/libreoffice/share/config/*    r,
29   owner @{HOME}/.config/libreoffice{,dev}/?/user/uno_packages/cache/log.txt        rw,