aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements')
-rw-r--r--Sources/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements20
1 files changed, 20 insertions, 0 deletions
diff --git a/Sources/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements b/Sources/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements
new file mode 100644
index 0000000..fdffa55
--- /dev/null
+++ b/Sources/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements
@@ -0,0 +1,20 @@
+<?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.developer.networking.networkextension</key>
+ <array>
+ <string>packet-tunnel-provider</string>
+ </array>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
+ </array>
+ <key>com.apple.security.network.client</key>
+ <true/>
+ <key>com.apple.security.network.server</key>
+ <true/>
+</dict>
+</plist>