From 70ef8e1d362455a2de42d768bf6561a06734d8d0 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 17 Jun 2024 15:02:52 +0100 Subject: [PATCH] Enable app sandbox entitlement Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- build/entitlements.mac.plist | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/build/entitlements.mac.plist b/build/entitlements.mac.plist index 40db3d9e..9b66d24b 100644 --- a/build/entitlements.mac.plist +++ b/build/entitlements.mac.plist @@ -2,13 +2,6 @@ - com.apple.security.cs.allow-jit @@ -17,8 +10,19 @@ com.apple.security.cs.disable-library-validation - + + com.apple.security.app-sandbox + + + + com.apple.security.network.client + + + + com.apple.security.files.user-selected.read-write + + +