From 66e50c96b8f63e82edd1bc0a69cc6f62f3ec1728 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 25 Nov 2018 17:00:02 -0800 Subject: 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 --- install/macos_sandbox/parent.plist | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/install/macos_sandbox/parent.plist b/install/macos_sandbox/parent.plist index 6d557cf0..0e4505d5 100644 --- a/install/macos_sandbox/parent.plist +++ b/install/macos_sandbox/parent.plist @@ -10,13 +10,17 @@ com.apple.security.files.user-selected.read-only + com.apple.security.temporary-exception.files.home-relative-path.read-only + + /Library/Application Support/TorBrowser-Data/Tor/control_auth_cookie + com.apple.security.temporary-exception.files.home-relative-path.read-write - /OnionShare - + /OnionShare + com.apple.security.application-groups - - com.micahflee.onionshare - + + com.micahflee.onionshare + -- cgit v1.2.3-54-g00ecf