summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-11-25 15:13:15 -0800
committerMicah Lee <micah@micahflee.com>2018-11-25 15:13:15 -0800
commitaf637bc697686b1090d6d5d5791675d4b21e0c74 (patch)
tree5fbb6a7cc80384b866e490ab8d7ff0c769fe8159
parentb2a98fb5e71ab042d377bee8754c0b78adfed66a (diff)
downloadonionshare-af637bc697686b1090d6d5d5791675d4b21e0c74.tar.gz
onionshare-af637bc697686b1090d6d5d5791675d4b21e0c74.zip
Adding a .entitlements file to begin testing macOS sandbox
-rw-r--r--install/OnionShare.entitlements16
1 files changed, 16 insertions, 0 deletions
diff --git a/install/OnionShare.entitlements b/install/OnionShare.entitlements
new file mode 100644
index 00000000..fa6a9141
--- /dev/null
+++ b/install/OnionShare.entitlements
@@ -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.files.user-selected.read-only</key>
+ <true/>
+ <key>com.apple.security.network.client</key>
+ <true/>
+ <key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
+ <array>
+ <string>/OnionShare</string>
+ </array>
+</dict>
+</plist>