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

Add option --no-host-elf to disable mixed execution #344

Closed dleonard0 closed 1 year ago

dleonard0 commented 1 year ago

New option --no-host-elf disables the check to see if the executable being executed is the same ELF machine as the host system. This is to support the case where ELF objects are run under a custom QEMU emulator or LD_LIBRARY_PATH.

Bug: https://github.com/proot-me/proot/issues/343

oxr463 commented 1 year ago

Closing in favor of https://github.com/proot-me/proot/pull/349