aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardmacOS/WireGuardmacOS.entitlements
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-25 18:33:28 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:27 +0530
commitf6772dc3536698c7d1484ccf5811a4e3dd07ab8c (patch)
tree56d64361cf88c3da949d9f961d0fb93c455968d7 /WireGuard/WireGuardmacOS/WireGuardmacOS.entitlements
parentXcode: Add WireGuardGoBridgemacOS target (diff)
downloadwireguard-apple-f6772dc3536698c7d1484ccf5811a4e3dd07ab8c.tar.xz
wireguard-apple-f6772dc3536698c7d1484ccf5811a4e3dd07ab8c.zip
macOS: Add WireGuardmacOS target
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuardmacOS/WireGuardmacOS.entitlements10
1 files changed, 10 insertions, 0 deletions
diff --git a/WireGuard/WireGuardmacOS/WireGuardmacOS.entitlements b/WireGuard/WireGuardmacOS/WireGuardmacOS.entitlements
new file mode 100644
index 0000000..f2ef3ae
--- /dev/null
+++ b/WireGuard/WireGuardmacOS/WireGuardmacOS.entitlements
@@ -0,0 +1,10 @@
+<?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/>
+</dict>
+</plist>