this post was submitted on 30 Aug 2026
71 points (98.6% liked)

Linux

14869 readers
197 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] NaibofTabr@infosec.pub 33 points 3 days ago (2 children)

Once more for the people in the back:

CONTAINERS ARE NOT A SECURITY BARRIER

If you are relying on the container system to isolate and protect the OS from containerized apps, you are wrong.

[–] ColonelThirtyTwo@pawb.social 21 points 3 days ago (1 children)

FWIW this isn't a container escape. It's just the distro shipping a shitty default that lets the users on the host access root.

[–] NaibofTabr@infosec.pub 2 points 2 days ago (2 children)

On affected Omarchy systems, this means that the default user and all processes launched in that user session have access to root.

Hmm, maybe I'm misunderstanding. Does "all processes launched in that user session" not include containerized apps?

[–] ColonelThirtyTwo@pawb.social 6 points 2 days ago

The issue isn't that the containers have permissions they weren't assigned. It's that the system configuration allows any (host) user to make a container with any permissions, without sudo.

[–] equivocal@piefed.social 6 points 2 days ago (1 children)

The issue is that the docker service runs as root and their defaults added the user to a group that allows them to control that service without sudo

So, the root filesystem can just be passed as a volume to a container and then do whatever you want from there.

[–] NaibofTabr@infosec.pub -1 points 2 days ago

OK, so if you can pass the host root filesystem to a container and then write files or execute code with root privileges on that filesystem, I would definitely consider that a container escape. You're executing arbitrary code on the host from within a container.

[–] mlg@lemmy.world 3 points 2 days ago

I ain't got enuff hardware for qubesos

Go go gadget rootless podman UID mapping and cgroups black magic!