termux / proot

An chroot-like implementation using ptrace.
https://wiki.termux.com/wiki/PRoot
Other
761 stars 160 forks source link

Is this the Non privileged unshare command? #93

Closed hengwu0 closed 4 years ago

hengwu0 commented 4 years ago

Is this the Non privileged unshare command? If i have root, can i use unshare to replace proot to start the Ubuntu?

Neo-Oli commented 4 years ago

Yes. proot can do something similar to unshare + chroot. If you're rooted you can just use normal chroot and unshare for your jails, like you would do on a normal linux.