diff options
| author | Olcan <[email protected]> | 2025-05-08 11:31:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-08 11:31:12 -0700 |
| commit | 06e5dfd53872daae47b66d46ace24cd3fd7946ac (patch) | |
| tree | e238f1013b7dd9c8e565992a67c693dc1ef5bbce | |
| parent | b59a940057f5753282415b0b6d1b5ea455221451 (diff) | |
minor comment fix (#290)
| -rw-r--r-- | packages/cli/src/utils/sandbox-macos-strict.sb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/utils/sandbox-macos-strict.sb b/packages/cli/src/utils/sandbox-macos-strict.sb index c477077f..29f46a84 100644 --- a/packages/cli/src/utils/sandbox-macos-strict.sb +++ b/packages/cli/src/utils/sandbox-macos-strict.sb @@ -62,7 +62,7 @@ (sysctl-name-prefix "hw.perflevel") ) -;; allow writes to project directory, temp directory, stdout/stderr and /dev/null +;; allow writes to specific paths (allow file-write* (subpath (param "TARGET_DIR")) (subpath (param "TMP_DIR")) |
