←back to thread

435 points crawshaw | 1 comments | | HN request time: 0.218s | source
Show context
kuahyeow ◴[] No.44000013[source]
What protection do people use when enabling an LLM to run `bash` on your machine ? Do you run it in a Docker container / LXC boundary ? `chroot` ?
replies(2): >>44000369 #>>44002663 #
1. mr_mitm ◴[] No.44002663[source]
I run claude code in a podman container. It only gets access to the CWD. This comes with some downsides though, like your git config or other global configs not being available to the LLM (unless you fine tune the container, obviously).