mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-25 08:51:24 -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/>
|
<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>
|
||||||
</array>
|
</array>
|
||||||
<key>com.apple.security.application-groups</key>
|
<key>com.apple.security.application-groups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>com.micahflee.onionshare</string>
|
<string>com.micahflee.onionshare</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user