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> <dict>
<key>com.apple.security.network.client</key> <key>com.apple.security.network.client</key>
<true/> <true/>
<!-- <key>com.apple.security.app-sandbox</key>
<true/> -->
<key>com.apple.security.app-sandbox</key> <key>com.apple.security.app-sandbox</key>
<true/> <false/>
<key>com.apple.security.cs.allow-jit</key> <key>com.apple.security.cs.allow-jit</key>
<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> <!-- <key>com.apple.developer.system-extension.install</key>
<true/> --> <true/> -->
<!--
<key>com.apple.developer.networking.networkextension</key> <key>com.apple.developer.networking.networkextension</key>
<array> <array>
<!-- <string>packet-tunnel-provider-systemextension</string> <string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string> <string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string> <string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string> --> <string>dns-proxy-systemextension</string>
<string>dns-settings</string> <string>dns-settings</string>
<string>dns-proxy</string> <string>dns-proxy</string>
<string>app-proxy-provider</string> <string>app-proxy-provider</string>
<string>packet-tunnel-provider</string> <string>packet-tunnel-provider</string>
</array> </array>
<key>com.apple.developer.networking.vpn.api</key> <key>com.apple.developer.networking.vpn.api</key>
<string>allow-vpn</string> <string>allow-vpn</string> -->
</dict> </dict>
</plist> </plist>

View File

@@ -4,28 +4,30 @@
<dict> <dict>
<key>com.apple.security.network.client</key> <key>com.apple.security.network.client</key>
<true/> <true/>
<!-- <key>com.apple.security.app-sandbox</key>
<true/> -->
<key>com.apple.security.app-sandbox</key> <key>com.apple.security.app-sandbox</key>
<true/> <false/>
<key>com.apple.security.cs.allow-jit</key> <key>com.apple.security.cs.allow-jit</key>
<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> <!-- <key>com.apple.developer.system-extension.install</key>
<true/> --> <true/> -->
<!--
<key>com.apple.developer.networking.networkextension</key> <key>com.apple.developer.networking.networkextension</key>
<array> <array>
<!-- <string>packet-tunnel-provider-systemextension</string> <string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string> <string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string> <string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string> --> <string>dns-proxy-systemextension</string>
<string>dns-settings</string> <string>dns-settings</string>
<string>dns-proxy</string> <string>dns-proxy</string>
<string>app-proxy-provider</string> <string>app-proxy-provider</string>
<string>packet-tunnel-provider</string> <string>packet-tunnel-provider</string>
</array> </array>
<key>com.apple.developer.networking.vpn.api</key> <key>com.apple.developer.networking.vpn.api</key>
<string>allow-vpn</string> <string>allow-vpn</string> -->
</dict> </dict>
</plist> </plist>