proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

Proot not working with musl #337

Open absolutelynothinghere opened 1 year ago

absolutelynothinghere commented 1 year ago

Expected Behavior

Being able to proot into a musl system from a glibc system:

[user@glibc] $ proot -r ./muslrootdir/ -w / sh
#

Actual Behavior

Running proot does nothing, the command finishes quietly.

Steps to Reproduce the Problem

  1. Locate rootdir of a musl system (./muslrootdir) while running a glibc system
  2. Run proot -r ./muslrootdir/ -w / sh

Specifications

Command Output

N/A