summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-11-25 16:15:27 -0800
committerMicah Lee <micah@micahflee.com>2018-11-25 16:15:27 -0800
commitd8b873a20825404ea8b9c6727680911b2e19e910 (patch)
treeaf71fdafd72fe7c25339cb2d77a9a9d3ce0ab33d /install
parent0794d7fb9040e3ecf599202c27c191215a795f37 (diff)
downloadonionshare-d8b873a20825404ea8b9c6727680911b2e19e910.tar.gz
onionshare-d8b873a20825404ea8b9c6727680911b2e19e910.zip
Create a group container for macOS sandbox, and on Mac put the Tor data dir in it
Diffstat (limited to 'install')
-rw-r--r--install/macos_sandbox/parent.plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/macos_sandbox/parent.plist b/install/macos_sandbox/parent.plist
index ceecd30a..6d557cf0 100644
--- a/install/macos_sandbox/parent.plist
+++ b/install/macos_sandbox/parent.plist
@@ -4,6 +4,8 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
+ <key>com.apple.security.network.server</key>
+ <true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
@@ -12,5 +14,9 @@
<array>
<string>/OnionShare</string>
</array>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>com.micahflee.onionshare</string>
+ </array>
</dict>
</plist>