diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-04-29 15:08:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-04-29 21:44:31 +0200 |
commit | 312d4cfddcc4b1aee964af6181b323c71821f3eb (patch) | |
tree | 560c9ed3d4a78ebabebe77d30bd5ccf9e0f786b8 | |
parent | b5b2e4ae435859ba0e72bafd30f68054892b4c83 (diff) |
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@collabora.com>
-rw-r--r-- | hardened_runtime.xcent | 2 |
1 files changed, 1 insertions, 1 deletions
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) --> |