From db93734ed29cb37dece94ea26f9ffbe7574d82b7 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 25 Nov 2018 18:00:04 -0800 Subject: Add trailing slash to ~/OnionShare/ in entitlements file, so the sandbox knows it's a directory and not a file --- install/macos_sandbox/parent.plist | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/install/macos_sandbox/parent.plist b/install/macos_sandbox/parent.plist index 35b4447c..3929abe9 100644 --- a/install/macos_sandbox/parent.plist +++ b/install/macos_sandbox/parent.plist @@ -2,32 +2,38 @@ + com.apple.security.app-sandbox - + + com.apple.security.network.server com.apple.security.network.client + com.apple.security.files.user-selected.read-write + com.apple.security.temporary-exception.files.absolute-path.read-only /private/etc/apache2/mime.types + 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/ -- cgit v1.2.3-54-g00ecf