[MM-61725] Remove unnecessary macOS entitlements (#3207)

* [MM-61725] Remove `com.apple.security.cs.allow-dyld-environment-variables` entitlement

* Also remove `com.apple.security.cs.allow-unsigned-executable-memory`
This commit is contained in:
Devin Binnie
2024-11-15 09:57:02 -05:00
committed by GitHub
parent 2c9cd85cbc
commit 089daadc9f
3 changed files with 1 additions and 11 deletions

View File

@@ -2,9 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>

View File

@@ -10,10 +10,6 @@
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.developer.usernotifications.communication</key>
<true/>
</dict>

View File

@@ -12,10 +12,6 @@
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>