mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-09 21:45:43 -05:00
Create a group container for macOS sandbox, and on Mac put the Tor data dir in it
This commit is contained in:
parent
0794d7fb90
commit
d8b873a208
3 changed files with 13 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue