]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
macOS: NE: Add entitlements for making network connections
authorRoopesh Chander <roop@roopc.net>
Fri, 28 Dec 2018 08:12:25 +0000 (13:42 +0530)
committerRoopesh Chander <roop@roopc.net>
Mon, 14 Jan 2019 09:22:28 +0000 (14:52 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension_macOS.entitlements

index a54ac348c4a80aa4687e648e625ca59fbfecc3fb..fdffa55bdde7b7c195e56223181b889b898de8a6 100644 (file)
@@ -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>