aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/installer/mac/entitlements.plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/installer/mac/entitlements.plist b/dist/installer/mac/entitlements.plist
index 0aae7ab39d..4bf9fbeb0a 100644
--- a/dist/installer/mac/entitlements.plist
+++ b/dist/installer/mac/entitlements.plist
@@ -6,5 +6,11 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
+ <key>com.apple.security.cs.allow-jit</key>
+ <true/>
+ <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
+ <true/>
+ <key>com.apple.security.automation.apple-events</key>
+ <true/>
</dict>
</plist>