From 248cb0c7e567ab8b60bcb39299afdee65b067570 Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Thu, 12 Dec 2024 14:40:03 -0500 Subject: [PATCH] Fix downloading vscode --- docker/sandbox.sb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/sandbox.sb b/docker/sandbox.sb index 3373908d5..e97ac889a 100644 --- a/docker/sandbox.sb +++ b/docker/sandbox.sb @@ -52,6 +52,8 @@ (allow mach-lookup) (allow mach-register) +(allow sysctl-read) +(allow ipc-posix-shm-read-data (literal "apple.shm.notification_center")) ; Write (allow file-write* @@ -99,6 +101,3 @@ ; JSON language server (allow signal) - -; Uncomment when connected to Ottawa office network -(system-network) \ No newline at end of file