summaryrefslogtreecommitdiff
path: root/install/macos_sandbox/parent.plist
diff options
context:
space:
mode:
Diffstat (limited to 'install/macos_sandbox/parent.plist')
-rw-r--r--install/macos_sandbox/parent.plist14
1 files 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 @@
<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>