diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-04-29 20:12:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-04-30 07:38:02 +0200 |
commit | 2c366aae9263dc4115b054fe74b90cabea61fa0b (patch) | |
tree | 13d236e2653849bd64319ef8ae4084e91f42c81f /hardened_runtime.xcent.in | |
parent | 639eab5d0b00f9b32b3a21ae16d6dfb196bb503a (diff) |
Use a less extreme entitlement for our run-time machine code generation
See https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_disable-executable-page-protection
and https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_allow-jit
Change-Id: I192038efa9cff4fb723bf4bdc8644f0b09f0fcda
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93181
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'hardened_runtime.xcent.in')
-rw-r--r-- | hardened_runtime.xcent.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardened_runtime.xcent.in b/hardened_runtime.xcent.in index d270c93ec694..2bbcda34f18c 100644 --- a/hardened_runtime.xcent.in +++ b/hardened_runtime.xcent.in @@ -6,7 +6,7 @@ <key>com.apple.security.automation.apple-events</key> <true/> <!-- Needed for our runtime machine code generation --> - <key>com.apple.security.cs.disable-executable-page-protection</key> + <key>com.apple.security.cs.allow-jit</key> <true/> <!-- allow use of third-party plugins/frameworks (aka Java) --> <key>com.apple.security.cs.disable-library-validation</key> |