proot icon indicating copy to clipboard operation
proot copied to clipboard

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux

Results 98 proot issues
Sort by recently updated
recently updated
newest added

I downloaded amd64 rootfs and try to execute it via ``` proot -r proot/ echo hi proot warning: can't chdir("/home/b/development/cpp/syncspirit-cross/./.") in the guest rootfs: No such file or directory proot...

## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. proot -S ubuntu-base-22.04.4-base-amd64 2. it will happen error: proot error: execve("/usr/bin/sh"): No such file or directory proot...

Is it possible to load a long binding path list from file, since they cannot be all passed via command line.

## Expected Behavior Proot should work by The same way like on normal Android devices. ## Actual Behavior Proot do not allow me to use Xvnc on chrooted Linux distributions...

## Expected Behavior Ownership should not change ## Actual Behavior When switching to a non-root user, the ownership of almost all files and directories changes ## Steps to Reproduce the...

add loongarch64 support. To make it function correctly, we need to disable -O2 optimization in GNUmakefile or using `__attribute__((optimize("O2")))` in loader.c `_start` function, same as the riscv64 port. Also, we...

Hi, I compiled proot using the ndk on my ubuntu 22.04. And put proot in the /data/local/tmp/proot directory with adb on Android 12 (aarch64), but running proot does proot warning:...