Earlier quoted context omitted.
I recently switched over to podman and it's been great!
Podman on Windows - never been able to fully get rid of it and it throws errors on boot after uninstall. Was a fan, am now not.
Codex just found a "workaround" of not having sudo on my PC
51–60 of 330 posts
Re: Codex just found a "workaround" of not having sudo on my PC
#52Re: Codex just found a "workaround" of not having sudo on my PC
#53This is a classic attack path that was already captured by plenty of EDRs/XDRs/CWPPs a couple years ago.
Right, why is their login user in the docker group? Mine sure isn’t.
Re: Codex just found a "workaround" of not having sudo on my PC
#54Re: Codex just found a "workaround" of not having sudo on my PC
#55Run coding agents in a docker container with limited permissions. FWIW, I run it with --cap-drop=ALL --pids-limit=4096 --runtime=runsc
Re: Codex just found a "workaround" of not having sudo on my PC
#56You should not be using docker with LLMs. You should be using VMs, which have a much, much smaller attack surface than Docker, and significantly more reasonable defaults.
The "attack vector" people try to protect themselves is "agent edited wrong file", not "LLM blew 0day on escaping sandboxing", containers are more than enough for what stupid stuff agents sometimes try, no need to go for a full-blown VM. Even UNIX permissions would be enough, but I think that's lost knowledge at this point.
Re: Codex just found a "workaround" of not having sudo on my PC
#57Every time I try to install Docker there's a warning that being in the "docker" group is equivalent to having root access. You should probably know about this workaround by now.
I think that's distro-specific. Some set it up with more secure defaults (unix socket with permissions), others less (TCP socket).
Re: Codex just found a "workaround" of not having sudo on my PC
#58Re: Codex just found a "workaround" of not having sudo on my PC
#59Every time I try to install Docker there's a warning that being in the "docker" group is equivalent to having root access. You should probably know about this workaround by now.
Re: Codex just found a "workaround" of not having sudo on my PC
#60It would be cooler if the llm said something like: > I noticed the machine doesn't have copy-fail patched, here is a quick workaround for not having root access for now. > // TODO: find a better way to do this in the future.
That’s the workflow feature I badly want: for it to create a side list of things like that. Currently it either accumulates slop or goes on side quests far too easily. This might be as easy as a directive to populate a .md file.
Bonus is that you can make it look at the list and pick things up without a lot of instructions.