mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-25 00:50:07 -05: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
@ -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…
x
Reference in New Issue
Block a user