mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-24 23:25:48 -04:00
Fix indenting in entitlements plist, and give OnionShare read-only access to Tor Browser's data, so it can optionally use Tor Browser's tor
This commit is contained in:
parent
2cbe8979ab
commit
66e50c96b8
1 changed files with 9 additions and 5 deletions
|
@ -10,13 +10,17 @@
|
|||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-only</key>
|
||||
<true/>
|
||||
<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
|
||||
<array>
|
||||
<string>/Library/Application Support/TorBrowser-Data/Tor/control_auth_cookie</string>
|
||||
</array>
|
||||
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
|
||||
<array>
|
||||
<string>/OnionShare</string>
|
||||
</array>
|
||||
<string>/OnionShare</string>
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>com.micahflee.onionshare</string>
|
||||
</array>
|
||||
<array>
|
||||
<string>com.micahflee.onionshare</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue