Create a group container for macOS sandbox, and on Mac put the Tor data dir in it

This commit is contained in:
Micah Lee 2018-11-25 16:15:27 -08:00
parent 695705a875
commit 267c4013f5
3 changed files with 13 additions and 6 deletions

View file

@ -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>