diff options
-rw-r--r-- | sysui/desktop/apparmor/program.oosplash | 4 | ||||
-rw-r--r-- | sysui/desktop/apparmor/program.soffice.bin | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysui/desktop/apparmor/program.oosplash b/sysui/desktop/apparmor/program.oosplash index d68fa776de8f..333c0617aa86 100644 --- a/sysui/desktop/apparmor/program.oosplash +++ b/sysui/desktop/apparmor/program.oosplash @@ -1,18 +1,20 @@ # ------------------------------------------------------------------ # # Copyright (C) 2016 Canonical Ltd. +# Copyright (C) 2018 Software in the Public Interest, Inc. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # Author: Bryan Quigley <bryan.quigley@canonical.com> +# Rene Engelhard <rene@debian.org> # # ------------------------------------------------------------------ #include <tunables/global> -profile libreoffice-oopslash INSTDIR-program/oosplash { +profile libreoffice-oopslash INSTDIR-program/oosplash flags=(complain) { #include <abstractions/base> #include <abstractions/X> diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin index 8aab5c155e8d..cbed1b69d4a2 100644 --- a/sysui/desktop/apparmor/program.soffice.bin +++ b/sysui/desktop/apparmor/program.soffice.bin @@ -1,7 +1,7 @@ # ------------------------------------------------------------------ # # Copyright (C) 2016 Canonical Ltd. -# Copyright (C) 2017 Software in the Public Interest, Inc. +# Copyright (C) 2018 Software in the Public Interest, Inc. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -72,7 +72,7 @@ #include <tunables/global> -profile libreoffice-soffice INSTDIR-program/soffice.bin { +profile libreoffice-soffice INSTDIR-program/soffice.bin flags=(complain) { #include <abstractions/private-files-strict> #include <abstractions/audio> |