[Libreoffice-commits] core.git: sysui/desktop

Rene Engelhard rene at debian.org
Thu May 24 09:51:04 UTC 2018


 sysui/desktop/apparmor/program.soffice.bin |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 66597c10af0ee64c0930726bc9bda22b32e2199e
Author: Rene Engelhard <rene at debian.org>
Date:   Thu May 24 11:47:55 2018 +0200

    apparmor: allow also /usr/lib{,32,64}/jvm/**/bin/java
    
    since /usr/lib{,32,64}/jvm/**/jre/bin/java doesn't exist since OpenJDK 9
    
    Change-Id: Ic9c052a756ba4a93595595da98148ff22169d333

diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin
index 8ce7cbc171c1..6c3aa205025c 100644
--- a/sysui/desktop/apparmor/program.soffice.bin
+++ b/sysui/desktop/apparmor/program.soffice.bin
@@ -73,7 +73,7 @@
 
 #include <tunables/global>
 
-profile libreoffice-soffice INSTDIR-program/soffice.bin {
+profile libreoffice-soffice INSTDIR-program/soffice.bin flags=(complain) {
   #include <abstractions/private-files>
 
   #include <abstractions/audio>
@@ -143,6 +143,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,
+  /usr/lib{,32,64}/jvm/**/bin/java              mix,
   INSTDIR-**                        rw,
   INSTDIR-**.so                     m,
   INSTDIR-program/soffice.bin       mix,


More information about the Libreoffice-commits mailing list