From c42b7f843464a810ffd587704ab1ceaf9fee0172 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 15 Jul 2019 22:13:11 +0200 Subject: [PATCH] Fix T66986: fix dylib plugins on macOS not working in code signed release Add more entitlements for code signing. --- release/darwin/entitlements.plist | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/release/darwin/entitlements.plist b/release/darwin/entitlements.plist index a1c430a57ab..dd853c60d2c 100644 --- a/release/darwin/entitlements.plist +++ b/release/darwin/entitlements.plist @@ -2,7 +2,14 @@ - com.apple.security.cs.allow-unsigned-executable-memory - + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.cs.allow-jit +