Live data from Hacker News

Sandboxing

zed.dev

1–5 of 5 posts

Re: Sandboxing

#2
This really isn't enough IMO.

I recently made a bash script to run in a local directory, boot up a lima VM, setup a tailscale network (I like to access from phone + laptop), and completely segment off everything.

Honestly even with this new setup, I am still paranoid, but its a lot better than what I did before (claude code running on my Mac)

Re: Sandboxing

#3
There are different levels of sandboxing including kernel level for highest protection. definitely depends on the usecases. industry is moving towards on-demand cloud sandboxes.

Re: Sandboxing

#4
post #2

This really isn't enough IMO. I recently made a bash script to run in a local directory, boot up a lima VM, setup a tailscale network (I like to access from phone + laptop), and completely segment off everything. Honestly even with this new setup, I am still paranoid, but its a lot better than what I did before (claude code running on my Mac)

> I recently made …

It sounds interesting - is the code available somewhere?

Re: Sandboxing

#5
> On macOS, Zed uses Apple's Seatbelt sandbox through sandbox-exec.

From `man sandbox-exec`, "The sandbox-exec command is DEPRECATED." However, a lot of AI harnesses seem to use it anyway - I wonder what this says about long-term Apple support.