Skip to content

Commit 8343acb

Browse files
authored
Match macOS server entitlements to those used in client builds (#292442)
1 parent fd9aeb7 commit 8343acb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build/azure-pipelines/darwin/server-entitlements.plist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.cs.allow-jit</key>
6-
<true/>
6+
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true/>
9+
<key>com.apple.security.cs.disable-library-validation</key>
10+
<true/>
711
</dict>
812
</plist>

0 commit comments

Comments
 (0)