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

Rene Engelhard rene at debian.org
Mon Feb 19 18:05:27 UTC 2018


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

New commits:
commit a8a57d7742df3dbfe0961e821e6bd8ae04f29f21
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Feb 19 18:57:19 2018 +0100

    apparmor: allow cert9.db
    
    ... as used by firefox >= 58
    
    Change-Id: I2769020327d3d097f734ab2c152bee2474b99767
    Reviewed-on: https://gerrit.libreoffice.org/50012
    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 74320a6ff5ee..6b91d6091db8 100644
--- a/sysui/desktop/apparmor/program.soffice.bin
+++ b/sysui/desktop/apparmor/program.soffice.bin
@@ -167,7 +167,10 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin {
 
   owner @{HOME}/.mozilla/firefox/profiles.ini r,
   owner @{HOME}/.mozilla/firefox/*/secmod.db r,
+  # firefox < 58
   owner @{HOME}/.mozilla/firefox/*/cert8.db r,
+  # firefox >= 58
+  owner @{HOME}/.mozilla/firefox/*/cert9.db r,
   # there is abstractions/gnupg but that's just for gpg1...
   profile gpg {
     #include <abstractions/base>


More information about the Libreoffice-commits mailing list