diff options
author | 2018-10-27 00:33:16 +0530 | |
---|---|---|
committer | 2018-10-27 19:07:16 +0530 | |
commit | 11a6b988ceb102f72d2030d07b8347d5bd64dc1f (patch) | |
tree | 4e54960d86ae063ae0b3909d23ba40ea61e83149 /WireGuard | |
parent | wireguard-go: Upgrade submodule to version 0.0.20181018 (diff) | |
download | wireguard-apple-11a6b988ceb102f72d2030d07b8347d5bd64dc1f.tar.xz wireguard-apple-11a6b988ceb102f72d2030d07b8347d5bd64dc1f.zip |
NE: Remove entitlements we don't need for now
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r-- | WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements index a4774c6..ffab33e 100644 --- a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements +++ b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements @@ -6,13 +6,5 @@ <array> <string>packet-tunnel-provider</string> </array> - <key>com.apple.security.application-groups</key> - <array> - <string>group.com.wireguard.ios</string> - </array> - <key>keychain-access-groups</key> - <array> - <string>$(AppIdentifierPrefix)com.wireguard.ios</string> - </array> </dict> </plist> |