[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - hardened_runtime.xcent.in lo.xcent

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 16 07:02:14 UTC 2021


 hardened_runtime.xcent.in |    3 +++
 lo.xcent                  |    3 +++
 2 files changed, 6 insertions(+)

New commits:
commit b6568c4d688d326a06c9250561f47dad0b7c697b
Author:     Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Tue Aug 10 20:15:10 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Aug 16 09:01:18 2021 +0200

    tdf#126961 link to macOS address book - crashes and restarts
    
    completely untested, but highly plausible
    
    Change-Id: I107978aa6bf8b77cee06ffc5be6bff8b651b11f8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120287
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    (cherry picked from commit c6a0fff5e8ef321767abd2012324e90b31660fdf)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120439

diff --git a/hardened_runtime.xcent.in b/hardened_runtime.xcent.in
index 148134a32c77..cbaba171ad19 100644
--- a/hardened_runtime.xcent.in
+++ b/hardened_runtime.xcent.in
@@ -15,6 +15,9 @@
         <!-- allow use of third-party plugins/frameworks (aka Java) -->
         <key>com.apple.security.cs.disable-library-validation</key>
         <true/>
+        <!-- Allow Base to import data from Adddress Book -->
+        <key>com.apple.security.personal-information.addressbook</key>
+        <true/>
         @GET_TASK_ALLOW_ENTITLEMENT@
     </dict>
 </plist>
diff --git a/lo.xcent b/lo.xcent
index d0e3b5ce3f8e..8ed137c9d7c4 100644
--- a/lo.xcent
+++ b/lo.xcent
@@ -22,5 +22,8 @@
 	<true/>
         <key>com.apple.security.cs.disable-executable-page-protection</key>
         <true/>
+    <!-- Allow Base to import data from Adddress Book -->
+    <key>com.apple.security.personal-information.addressbook</key>
+    <true/>
 </dict>
 </plist>


More information about the Libreoffice-commits mailing list