Be Using Rootless Containers

(blog.miguelgrinberg.com)

17 points | by ibobev 1 day ago

3 comments

  • orangea 26 minutes ago
    Why would an adversary being able to execute code as root on a personal computer be a bigger threat than their being able to execute code as non-root? Surely just about any of the stuff that a malicious hacker might want to do to someone's personal computer can be done without root... right?
    • HarlequinHair 19 minutes ago
      There are substantial differences.

      For one, as non-root user you are tied to the permissions system and can't access most of the data. If one of your services (let's say sql) get hacked, they are tied to sql user, and unless the achieve privilege escalation, they can't mangle with other services data (eg webserver).

      Also network wide, a non-root user can't use different protocol than tcp and udp. The only reason you can ping as a regular user is because of the setuid on the ping program, otherwise icmp is not allowed to non-root users.

      There are of course other reasons, but these are some examples on how it would be different.

      • orangea 12 minutes ago
        I think you're just illustrating my point. Those concerns don't apply to personal computers and they don't stop an intruder from doing anything they might practically want to do for gain. Like installing ransomware, participating in a botnet, exfiltrating personal files/browser cookies/etc (all accessible as non-root!), ...
        • fificjcj274 0 minutes ago
          The difference is with root it’s easier to install further, more resident, malware
    • SmasherEpilepti 10 minutes ago
      With a user shell, I can grab their browser data, personal documents, and try to set up persistent background daemons that listen on programs and do keylogging/screenshotting (harder on Wayland than it was on X11).

      With root, I can read all program memory, try to extract decryption keys for encrypted filesystems, modify the kernel, punch open backdoors, modify any arbitrary program, read all user files, etc.

      A notable extra issue is the rise of AI agents, which often eagerly test the boundaries of every sandbox they are placed within. I would not run an AI agent as root, nor would I give it full access to a rootful container runtime.

      • orangea 4 minutes ago
        The kinds of things that you list that an attacker could do with root access don't sound like things that an actual attacker would want if they are infiltrating random people's personal computers for their own gain. Modifying the kernel or arbitrary programs is so far beyond what typical malware tries to do that I think it seems kind of silly to consider those things when evaluating the security of an operating system designed for personal computers.
    • myaccountonhn 17 minutes ago
      I run all agents as a different user for this reason.
  • ma2kx 1 day ago
    In my opinion the biggest advantage of podman is that it uses pods with basically the same config and behavior as kubernetes does. As long as you just use podman pods instead (or possibly via) compose files you likely just notice that only the pod has one (and not any more) veth interface, that you reach other containers inside a pod via localhost:$port (instead of $service-name:$port) but when you switch later on to kubernetes you are already familiar with some basics.
  • venussnatch 25 minutes ago
    >the one led by the racist, so it isn't getting a mention here

    Are people really terminally online enough to understand this?

    • nosioptar 8 minutes ago
      I'm pretty sure he's talking about Omarchy. They had some container related issue not too long ago.

      OpenMandriva would be my next guess, but it's not a newer distro.

    • SoftTalker 21 minutes ago
      I don't know what he's referring to but I stopped reading at that sentence.