Replies: 2 comments 4 replies
-
Could you run this again with |
Beta Was this translation helpful? Give feedback.
-
This is a known limitation: setuid/setgid bits don't work when the binary that has those bits set on it has to be run by a qemu-user-static emulator. In order to get the elevated privileges that those bits ask for, the emulators would need to be registered with the kernel using the "C" flag as described in the kernel docs. I imagine the distribution packaging for qemu-user-static doesn't do this, as part of an attempt to avoid making the emulators targets for potential security shenanigans. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm trying to run sudo on an arm64 image on an x86_64 host which fails with an error: "sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?"
How to reproduce
Any idea how this could be fixed?
Beta Was this translation helpful? Give feedback.
All reactions