apparmor-allow-java.security
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Sun, 4 May 2025 05:34:39 +0000 (07:34 +0200)
committerRene Engelhard <rene@debian.org>
Sun, 4 May 2025 05:34:39 +0000 (07:34 +0200)
Gbp-Pq: Name apparmor-allow-java.security.diff

sysui/desktop/apparmor/program.soffice.bin

index f2766794580a6b701834e8a9657ae396046afe54..bd8464553748b37af59e9002db717f24b28f9ff8 100644 (file)
@@ -154,6 +154,9 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin flags=(complain) {
   /usr/lib{,32,64}/jvm/**                       r,
   /usr/lib{,32,64}/jvm/**/jre/bin/java          mix,
   /usr/lib{,32,64}/jvm/**/bin/java              mix,
+  # should be included in the jvm/** above but there it is
+  # a symlink, so apparmor still doesn't allow it...
+  /etc/java-??-openjdk/security/java.security   r,
   INSTDIR-**                        rw,
   INSTDIR-**.so                     m,
   INSTDIR-program/soffice.bin       mix,