Replies: 1 comment
-
Hello @wvdschel,
I guess, for this to work, one will need to modify Blink so that it can be installed, or at least run, as a setuid program — without creating too much of a security loophole. On a non-emulated Linux system,
The setuid bit, plus the fact that it is owned by Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run a Linux chroot on Mac.
I've grabbed a stage3 Gentoo tarball built against musl, modified
/etc/shadow
, and usedblink -C gentoo-musl/ gentoo-musl/bin/bash
to get a shell in the chroot. This seems to work, however, I'm unable to obtain root permissions by usingsu -
.\Did I do something wrong with my shadow file, or is this not possible in blink?
Beta Was this translation helpful? Give feedback.
All reactions