mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-26 08:05:49 -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,6 +10,10 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.files.user-selected.read-only</key>
|
<key>com.apple.security.files.user-selected.read-only</key>
|
||||||
<true/>
|
<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>
|
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
|
||||||
<array>
|
<array>
|
||||||
<string>/OnionShare</string>
|
<string>/OnionShare</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue