Live data from Hacker News

Codex just found a "workaround" of not having sudo on my PC

twitter.com

1–10 of 330 posts

Re: Codex just found a "workaround" of not having sudo on my PC

#5
post #3

This 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.

Convenience. Want to run `docker run ...` without password, want IDEs and agents to be able to run containers...

Re: Codex just found a "workaround" of not having sudo on my PC

#6
post #3

This 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.

Rather, why do people still run agents as their own user. IMO, agent sessions should at least be containerised with just necessary code mounted.

Re: Codex just found a "workaround" of not having sudo on my PC

#9
post #3

This 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.

Becuase a lot of devs don't know this stuff. There's a reason security engineers (as in SWEs who specialize in securing specific attack surfaces) remain in hot demand.
Post reply on HN