summaryrefslogtreecommitdiff
path: root/lo.xcent
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-04-29 03:16:02 +0300
committerTor Lillqvist <tml@collabora.com>2020-04-29 17:15:15 +0200
commit15dbd62525c8492d81c57dcdad01fc771dbeb68c (patch)
treef665baf11dc9d8f9a5f9d6c6fa848f4c721f9934 /lo.xcent
parent8b613c4603047dc24aa9b03fb49f4fe1b65af2a3 (diff)
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 that runs early 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/+/93122 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'lo.xcent')
-rw-r--r--lo.xcent2
1 files changed, 2 insertions, 0 deletions
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>