lo.xcent |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2321bd20e6b39ee38e26fd7a2e14a16ae1b20be2
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Apr 29 03:16:02 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue May 5 07:30:52 2020 +0200

    Add the com.apple.security.cs.disable-executable-page-protection here, too
    
    It was added in the hardened_runtime.xcent that is used for
    LibreOffice distribution for macOS outside the App Store already last
    year.
    
    Note that it is plausible that the mention of the extension manager in
    the comment in hardened_runtime.xcent is a red herring, and that it is
    just a coincidence that some extension manager code runs early on when
    LibreOffice is starting is the first code to make use of the dynamic
    machine code generation in the C++/UNO bridge.
    
    Change-Id: I90a48d585efee27a215d77e5db45d3cda5c8fedc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93437
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/lo.xcent b/lo.xcent
index 02d892940d68..d0e3b5ce3f8e 100644
--- a/lo.xcent
+++ b/lo.xcent
@@ -20,5 +20,7 @@
        <true/>
        <key>com.apple.security.print</key>
        <true/>
+        <key>com.apple.security.cs.disable-executable-page-protection</key>
+        <true/>
 </dict>
 </plist>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to