From 8ff0ee59c5e54542dac7ded95f50be6ee0d11c85 Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Wed, 29 Jan 2020 13:47:44 -0800 Subject: [PATCH] Add entitlements (#8985) * add entitlements * Move location * Rename entitlements file --- build/azure-pipelines/darwin/entitlements.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 build/azure-pipelines/darwin/entitlements.xml diff --git a/build/azure-pipelines/darwin/entitlements.xml b/build/azure-pipelines/darwin/entitlements.xml new file mode 100644 index 0000000000..16890d6443 --- /dev/null +++ b/build/azure-pipelines/darwin/entitlements.xml @@ -0,0 +1,14 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-executable-page-protection + + com.apple.security.cs.disable-library-validation + + +