[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sysui/desktop

Olivier Tilloy olivier.tilloy at canonical.com
Sun Jan 28 11:54:13 UTC 2018


 sysui/desktop/apparmor/program.soffice.bin |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 22b1212fb5481706884c412f57e8cd3ee4aff0f2
Author: Olivier Tilloy <olivier.tilloy at canonical.com>
Date:   Sun Jan 28 12:47:19 2018 +0100

    tdf#115208 Apparmor profile update (allow JVM execution)
    
    Change-Id: I2911066f77fcd79b05c5247ea1086b671d546216
    Reviewed-on: https://gerrit.libreoffice.org/48778
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>

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,


More information about the Libreoffice-commits mailing list