minus-squareequivocal@piefed.socialtoLinux@programming.dev•Omarchy: Any User Process Can Escalate to RootlinkfedilinkEnglisharrow-up6·27 days agoThe 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. linkfedilink
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
sudoSo, the root filesystem can just be passed as a volume to a container and then do whatever you want from there.