From e72695ca90907bb4eaa1a1d6667ffda31ad5a212 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 17 Aug 2019 17:37:18 -0700 Subject: [PATCH] Add entitlements file for hardening and notarizing Gramps.app. --- mac/release.entitlements.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mac/release.entitlements.xml diff --git a/mac/release.entitlements.xml b/mac/release.entitlements.xml new file mode 100644 index 000000000..502fe7f1e --- /dev/null +++ b/mac/release.entitlements.xml @@ -0,0 +1,13 @@ + + + + + + com.apple.security.cs.allow-jit + com.apple.security.cs.disable-library-validation + com.apple.security.cs.allow-unsigned-executable-memory + com.apple.security.cs.disable-executable-page-protection + com.apple.security.cs.allow-dyld-environment-variables + com.apple.seciruty.cs.get-task-allow + +