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

Reported-by: @chewi Ref.: https://groups.google.com/forum/#!topic/proot_me/OLbYgciCrPc > I'm on Gentoo but suspect this will affect other distributions too. Starting from 2.0.0, QEMU optionally requires libstdc++. If it detects a C++ compiler when...

status/help-wanted
kind/bug

How to reproduce: ``` $ proot bash $ emacs ^Z [1]+ Stopped emacs ``` Expected behavior: emacs is stopped. Actual behavior: emacs still runs.

status/help-wanted
kind/bug

Oddly, when proot is invoked with -R the current directory is not actually changed to the cpecified new root directory leaving the shell in the current directory with access outside...

status/help-wanted
kind/bug

Not entirely sure why this is happening, but I get `proot error: trying to remove a directory outside of '/tmp', please report this error.` when I'm exiting proot -S. I...

status/help-wanted
kind/bug

From issue #8: As of my understanding, the issue with dtach under proot is due to the fact that proot waits (for ptrace events) in the foreground, even if all...

status/help-wanted
kind/bug

When the following condition are met : - we launch a foreign binary and so we use qemu or umeq - LD_LIBRARY_PATH is export in guest environment Then ldso_env_passthru() empty...

status/help-wanted
kind/bug

by using the P_tmpdir variable directly proot will not work in systems where /tmp is not writable, for instance, android. There are various ways around this, but the easiest one...

status/help-wanted
kind/bug

I am running Ubuntu 18.04 from my home dir using PRoot. I installed Emacs 26 and it crashes while saving the .emacs file. In the Terminal, PRoot generates the following:...

status/help-wanted
kind/bug

How to reproduce: ``` $ proot sh -c 'true; pldd $$' ``` Current output: ``` pldd: cannot read program header ``` Expected output: ``` 1712: /bin/bash linux-vdso.so.1 /lib64/libtermcap.so.2 /lib64/libdl.so.2 /lib64/libc.so.6...

area/ptrace-emulation
area/auxv-emulation

## Summary It looks like the seccomp auto-detection system doesn't work anymore in 5.3.1 Running `proot ...` generates a segfault, while `PROOT_NO_SECCOMP=1 proot ...` works. ## Expected Behavior Working proot....

kind/regression
status/needs-review
area/seccomp