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.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/install/macos_sandbox/parent.plist b/install/macos_sandbox/parent.plist
new file mode 100644
index 00000000..ceecd30a
--- /dev/null
+++ b/install/macos_sandbox/parent.plist
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.network.client</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-only</key>
+ <true/>
+ <key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
+ <array>
+ <string>/OnionShare</string>
+ </array>
+</dict>
+</plist>