summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-21 21:16:31 -0700
committerMicah Lee <micah@micahflee.com>2020-09-21 21:16:31 -0700
commit0a0df79896f20cb3795774d19d7eb51db22b99fa (patch)
tree131273a609e56e5c2da7050b66b2e4566773f436
parentb93b3e8d1ae26a28e764f41066d67647fc7d29bf (diff)
downloadonionshare-0a0df79896f20cb3795774d19d7eb51db22b99fa.tar.gz
onionshare-0a0df79896f20cb3795774d19d7eb51db22b99fa.zip
Enable com.apple.security.cs.allow-unsigned-executable-memory in the macOS sandbox because this is required for PyInstaller and Catalina
-rw-r--r--install/macos_sandbox/parent.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/macos_sandbox/parent.plist b/install/macos_sandbox/parent.plist
index 3929abe9..8b9ac949 100644
--- a/install/macos_sandbox/parent.plist
+++ b/install/macos_sandbox/parent.plist
@@ -6,6 +6,10 @@
<key>com.apple.security.app-sandbox</key>
<true/>
+ <!-- Required for running PyInstaller python code with hardened runtime -->
+ <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
+ <true/>
+
<!-- Both OnionShare and Tor need network server and client -->
<key>com.apple.security.network.server</key>
<true/>