summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/sandbox.ts
AgeCommit message (Collapse)Author
2025-05-08allow SEATBELT_PROFILE=none to disable seatbelt on macos (#296)Olcan
2025-05-08refined sandbox/seatbelt log message, pass NODE_OPTIONS along to sandboxed ↵Olcan
node (#292)
2025-05-08adjust seatbelt to allow write into specific dirs under user home (#289)Olcan
2025-05-07rename SANDBOX_EXEC_PROFILE as SEATBELT_PROFILE, and fix another accidental ↵Olcan
rephrasing (#285)
2025-05-07use seatbelt on macos, with two profiles: minimal (default) which only ↵Olcan
restricts writes, and strict, which is deny-by-default and only allows specific operations (#283)
2025-05-07fix(sandbox): consolidate dev and prod sandbox (#273)Brandon Keiji
2025-05-03make sandbox venv support more robust, allowing arbitrary venv path, and ↵Olcan
ignoring venv outside workdir (instead of erroring out) (#254)
2025-05-03enable recreating a python virtual env (.venv folder) inside sandbox (#253)Olcan
2025-05-02custom sandboxing via sandbox.Dockerfile and sandbox.bashrc in project ↵Olcan
settings (#249)
2025-05-02pass PATH and PYTHONPATH into sandbox, let sandbox scripts recognize user ↵Olcan
settings for sandbox (#247)
2025-05-02sandbox setting and argument (#243)Olcan
2025-05-01mount user settings in sandbox (#239)Olcan
2025-05-01remove start_sandbox.sh script (#238)Olcan
2025-04-30refactor: make parseImageName more readable (#228)Brandon Keiji
2025-04-30refactor(sandbox): make cli path agnostic of docker container build rules (#226)Brandon Keiji
2025-04-29refactor: move sandbox js code to its own module (#225)Brandon Keiji