From 4305a0e9295238d72e570bc961f5cb42ee15eec6 Mon Sep 17 00:00:00 2001 From: sakecode <117884763+sakecode@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:48:25 -0700 Subject: [PATCH] Sandbox launcher with entitlements Signed-off-by: sakecode <117884763+sakecode@users.noreply.github.com> --- program_info/App.entitlements | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/program_info/App.entitlements b/program_info/App.entitlements index b46e8ff2a..8d7268523 100644 --- a/program_info/App.entitlements +++ b/program_info/App.entitlements @@ -2,13 +2,23 @@ - com.apple.security.cs.disable-library-validation - - com.apple.security.cs.allow-dyld-environment-variables - - com.apple.security.device.audio-input - - com.apple.security.device.camera - + com.apple.security.app-sandbox + + com.apple.security.cs.allow-dyld-environment-variables + + com.apple.security.cs.disable-library-validation + + com.apple.security.device.audio-input + + com.apple.security.device.camera + + com.apple.security.files.downloads.read-write + + com.apple.security.files.user-selected.read-write + + com.apple.security.network.client + + com.apple.security.network.server +