[Libreoffice-commits] core.git: hardened_runtime.xcent

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 29 19:45:10 UTC 2020


 hardened_runtime.xcent |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 312d4cfddcc4b1aee964af6181b323c71821f3eb
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Apr 29 15:08:28 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Apr 29 21:44:31 2020 +0200

    Be more specific why ...disable-executable-page-protection is needed
    
    Change-Id: I5cb1b76e27b2f3753e506e1f9a54977131c9abf0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93158
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/hardened_runtime.xcent b/hardened_runtime.xcent
index 72abb432afc6..7443f3c3ae55 100644
--- a/hardened_runtime.xcent
+++ b/hardened_runtime.xcent
@@ -5,7 +5,7 @@
         <!-- AppleScript support -->
         <key>com.apple.security.automation.apple-events</key>
         <true/>
-        <!-- for extension manager, "exception in synchronize" -->
+        <!-- Needed for our runtime machine code generation -->
         <key>com.apple.security.cs.disable-executable-page-protection</key>
         <true/>
         <!-- allow use of third-party plugins/frameworks (aka Java) -->


More information about the Libreoffice-commits mailing list