[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sysui/desktop

Rene Engelhard rene at debian.org
Wed Dec 13 08:26:02 UTC 2017


 sysui/desktop/apparmor/program.xpdfimport |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 6709fa41ca0ccb4b4c7712038d58ebd2f8b90589
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Dec 11 20:03:45 2017 +0100

    apparmor: copy xpdfimport definition into xpdfimport and allow "m"
    
    Dec 11 18:46:11 sid kernel: [  176.085106] audit: type=1400 audit(1513014371.237:22): apparmor="DENIED" operation="file_mmap" profile="libreoffice-xpdfimport" name="/usr/lib/libreoffice/program/xpdfimport" pid=1511 comm="xpdfimport" requested_mask="m" denied_mask="m" fsuid=1000 ouid=0
    
    Change-Id: I31ddb412d1dd95506a00d22739a33d2e6770ba23
    Reviewed-on: https://gerrit.libreoffice.org/46258
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/46333

diff --git a/sysui/desktop/apparmor/program.xpdfimport b/sysui/desktop/apparmor/program.xpdfimport
index 3934c0a04006..efe10dce020d 100644
--- a/sysui/desktop/apparmor/program.xpdfimport
+++ b/sysui/desktop/apparmor/program.xpdfimport
@@ -1,12 +1,14 @@
 # ------------------------------------------------------------------
 #
 #    Copyright (C) 2016 Canonical Ltd.
+#    Copyright (C) 2017 Software in the Public Interest, Inc.
 #
 #    This Source Code Form is subject to the terms of the Mozilla Public
 #    License, v. 2.0. If a copy of the MPL was not distributed with this
 #    file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-#    Author: Bryan Quigley <bryan.quigley at canonical.com>
+#    Authors: Bryan Quigley <bryan.quigley at canonical.com>
+#             Rene Engelhard <rene at debian.org>
 #
 # ------------------------------------------------------------------
 
@@ -22,6 +24,8 @@ profile libreoffice-xpdfimport INSTDIR-program/xpdfimport {
   /usr/share/libreoffice/share/config/* r,
   owner @{HOME}/.config/libreoffice{,dev}/?/user/uno_packages/cache/log.txt rw,
 
+  INSTDIR-program/xpdfimport        pxm,
+
   #Uncomment for build testing (should be one directory <- of instdir)
   #/mnt/store/git/libo/**    r,
 }


More information about the Libreoffice-commits mailing list