summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-07 14:39:20 -0800
committerMicah Lee <micah@micahflee.com>2021-02-07 14:39:20 -0800
commitb5e7e358a771f3fcb4ed5ab20783f6d55ee47057 (patch)
tree877361f0593be6e25b040bae917fc8c950364029
parent13756e79d5395978a04b65916f9ea128b24f81a8 (diff)
downloadonionshare-b5e7e358a771f3fcb4ed5ab20783f6d55ee47057.tar.gz
onionshare-b5e7e358a771f3fcb4ed5ab20783f6d55ee47057.zip
Child entitlements are no longer needed, and sadly disable the macOS sandbox for now
-rw-r--r--desktop/package/macos/ChildEntitlements.plist10
-rw-r--r--desktop/package/macos/Entitlements.plist4
2 files changed, 2 insertions, 12 deletions
diff --git a/desktop/package/macos/ChildEntitlements.plist b/desktop/package/macos/ChildEntitlements.plist
deleted file mode 100644
index 06d88f66..00000000
--- a/desktop/package/macos/ChildEntitlements.plist
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>com.apple.security.app-sandbox</key>
- <true/>
- <key>com.apple.security.inherit</key>
- <true/>
-</dict>
-</plist>
diff --git a/desktop/package/macos/Entitlements.plist b/desktop/package/macos/Entitlements.plist
index 8b9ac949..8c5c4268 100644
--- a/desktop/package/macos/Entitlements.plist
+++ b/desktop/package/macos/Entitlements.plist
@@ -2,9 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <!-- Enable app sandbox -->
+ <!-- Disable app sandbox :( -->
<key>com.apple.security.app-sandbox</key>
- <true/>
+ <false/>
<!-- Required for running PyInstaller python code with hardened runtime -->
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>