diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-01-28 12:47:19 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-01-28 12:53:53 +0100 |
commit | 22b1212fb5481706884c412f57e8cd3ee4aff0f2 (patch) | |
tree | 124c88f14ce2652d17da479a5225df64e0d54ce4 | |
parent | 26dc825d9fe7fe6a4188fc6ef68bc801fc8db064 (diff) |
tdf#115208 Apparmor profile update (allow JVM execution)
Change-Id: I2911066f77fcd79b05c5247ea1086b671d546216
Reviewed-on: https://gerrit.libreoffice.org/48778
Reviewed-by: Rene Engelhard <rene@debian.org>
Tested-by: Rene Engelhard <rene@debian.org>
-rw-r--r-- | sysui/desktop/apparmor/program.soffice.bin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin index 44cb61be97ec..84c4d543c48d 100644 --- a/sysui/desktop/apparmor/program.soffice.bin +++ b/sysui/desktop/apparmor/program.soffice.bin @@ -131,6 +131,7 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin { /usr/lib{,32,64}/jvm/ r, /usr/lib{,32,64}/jvm/** r, + /usr/lib{,32,64}/jvm/**/jre/bin/java mix, INSTDIR-** rw, INSTDIR-**.so m, INSTDIR-program/soffice.bin mix, |