[Libreoffice-commits] core.git: lo.xcent
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 29 15:15:49 UTC 2020
lo.xcent | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 15dbd62525c8492d81c57dcdad01fc771dbeb68c
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Apr 29 03:16:02 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Apr 29 17:15:15 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 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 at collabora.com>
Reviewed-by: Tor Lillqvist <tml at 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>
More information about the Libreoffice-commits
mailing list