aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-28 13:42:25 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:28 +0530
commit629009d3be1229ad503cc795c9c088044efa0aea (patch)
tree256a7a5bf64e43c85b625f8a5848d5460b87d42b /WireGuard
parentMake app groups work on both iOS and macOS (diff)
downloadwireguard-apple-629009d3be1229ad503cc795c9c088044efa0aea.tar.xz
wireguard-apple-629009d3be1229ad503cc795c9c088044efa0aea.zip
macOS: NE: Add entitlements for making network connections
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements4
1 files changed, 4 insertions, 0 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements
index a54ac34..fdffa55 100644
--- a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements
+++ b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements
@@ -12,5 +12,9 @@
<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>