new: add change in network entitlements

This commit is contained in:
Hiddify
2023-08-21 11:21:43 +00:00
parent 1d5d1eb84e
commit 3e2781f952
2 changed files with 34 additions and 0 deletions

View File

@@ -10,5 +10,22 @@
<true/> <true/>
<key>com.apple.security.network.server</key> <key>com.apple.security.network.server</key>
<true/> <true/>
<!-- <key>com.apple.developer.system-extension.install</key>
<true/> -->
<key>com.apple.developer.networking.networkextension</key>
<array>
<!-- <string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string> -->
<string>dns-settings</string>
<string>dns-proxy</string>
<string>app-proxy-provider</string>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.developer.networking.vpn.api</key>
<string>allow-vpn</string>
</dict> </dict>
</plist> </plist>

View File

@@ -10,5 +10,22 @@
<true/> <true/>
<key>com.apple.security.network.server</key> <key>com.apple.security.network.server</key>
<true/> <true/>
<!-- <key>com.apple.developer.system-extension.install</key>
<true/> -->
<key>com.apple.developer.networking.networkextension</key>
<array>
<!-- <string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string> -->
<string>dns-settings</string>
<string>dns-proxy</string>
<string>app-proxy-provider</string>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.developer.networking.vpn.api</key>
<string>allow-vpn</string>
</dict> </dict>
</plist> </plist>