Codex just found a "workaround" of not having sudo on my PC
71–80 of 330 posts
Re: Codex just found a "workaround" of not having sudo on my PC
#72Re: Codex just found a "workaround" of not having sudo on my PC
#73I realize this is supposed to be a post about how scary the security vulnerabilities these agents will find are. But personally I love when agents do things like this and appreciate the help. Last thing in the world I want is for them to nerf the models.
I know unlikely the case, but in the sci-fi story this would be exactly the kind of comment the Codex agent would leave trying to avoid interference in its master plans.
Re: Codex just found a "workaround" of not having sudo on my PC
#74Another surprising security feature regarding docker is that it bypasses firewall rules. https://oneuptime.com/blog/post/2026-03-02-ufw-docker-fix-by...
Re: Codex just found a "workaround" of not having sudo on my PC
#75Re: Codex just found a "workaround" of not having sudo on my PC
#76Every 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.
99% of the time it just read the man or some other form of documentation
Re: Codex just found a "workaround" of not having sudo on my PC
#77Every 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.
Most of us install Docker just to run a project locally, and is part of a long checklist of things to install. We can't expect everyone to be an expert on the hundreds of apps/tools/packages that get installed on a machine. It's like expected people to read, and understand, all the terms of service shoved in front of us on a daily basis.
As for Docker, I would assume everyone who ever tried to bind-mount a volume for writing from inside the container (on Linux*) then were surprised to see root-owned files in their bind-mounted directory. For me personally, that was the moment I realized that containers, by default, have root access to the filesystem. No written warning serves better than the need to chown some root-owned files.
* Not on macOS. On macOS Docker basically runs in a VM, and there's no root access to the host filesystem from what I understand.
[edit: formatting]
Re: Codex just found a "workaround" of not having sudo on my PC
#78Re: Codex just found a "workaround" of not having sudo on my PC
#79Getting closer to https://xkcd.com/416/
Re: Codex just found a "workaround" of not having sudo on my PC
#80Every 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.
> My """ai""" just did something amazing, click to learn more 99% of the time it just read the man or some other form of documentation