temporary disable app sandbox

This commit is contained in:
Hiddify
2023-08-21 11:51:18 +00:00
parent a163edaa55
commit 25f25e2a7e
2 changed files with 16 additions and 12 deletions

View File

@@ -4,28 +4,30 @@
<dict>
<key>com.apple.security.network.client</key>
<true/>
<!-- <key>com.apple.security.app-sandbox</key>
<true/> -->
<key>com.apple.security.app-sandbox</key>
<true/>
<false/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.server</key>
<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>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-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>
<string>allow-vpn</string> -->
</dict>
</plist>

View File

@@ -4,28 +4,30 @@
<dict>
<key>com.apple.security.network.client</key>
<true/>
<!-- <key>com.apple.security.app-sandbox</key>
<true/> -->
<key>com.apple.security.app-sandbox</key>
<true/>
<false/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.server</key>
<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>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-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>
<string>allow-vpn</string> -->
</dict>
</plist>