From cd64d6e1b8a25cf31552b957b3c29214f470255e Mon Sep 17 00:00:00 2001 From: aaronm-2112 Date: Mon, 14 Oct 2024 10:28:20 -0700 Subject: [PATCH] test:new code signing script --- entitlements.mac.plist | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/entitlements.mac.plist b/entitlements.mac.plist index ad77a2a1e..0189533a5 100644 --- a/entitlements.mac.plist +++ b/entitlements.mac.plist @@ -1,14 +1,22 @@ - - com.apple.security.cs.allow-jit - - com.apple.security.cs.allow-unsigned-executable-memory - - com.apple.security.cs.allow-dyld-environment-variables - - com.apple.security.cs.disable-library-validation - - + + com.apple.security.app-sandbox + + com.apple.security.inherit + + com.apple.security.network.client + + com.apple.security.network.server + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + com.apple.security.cs.disable-executable-page-protection + + \ No newline at end of file