diff options
| author | Olcan <[email protected]> | 2025-05-09 08:44:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-09 08:44:40 -0700 |
| commit | b35a3856a28a08bda81443a6702e1ee1d4f40103 (patch) | |
| tree | ef6b7cfa38d1eab9ab8a7b56edbfea51c5bbd1c3 /packages/cli/src/utils/sandbox-macos-strict.sb | |
| parent | baa26e9e2e55a588a4e29c0a425c14ff8e6b4ef0 (diff) | |
fix debugging with seatbelt, including in strict profile (#300)
Diffstat (limited to 'packages/cli/src/utils/sandbox-macos-strict.sb')
| -rw-r--r-- | packages/cli/src/utils/sandbox-macos-strict.sb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/cli/src/utils/sandbox-macos-strict.sb b/packages/cli/src/utils/sandbox-macos-strict.sb index 29f46a84..1a7c63d0 100644 --- a/packages/cli/src/utils/sandbox-macos-strict.sb +++ b/packages/cli/src/utils/sandbox-macos-strict.sb @@ -76,6 +76,9 @@ ;; allow outbound network connections (allow network-outbound) +;; allow inbound network connections to debugging port +(allow network-inbound (local ip (string-append "*:" "9229"))) + ;; allow communication with sysmond for process listing (e.g. for pgrep) (allow mach-lookup (global-name "com.apple.sysmond")) |
