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'm using proot in a bash script to do some extra setup in an ARM environment. It seems to freeze at the end of the script though. My host script...

status/needs-review
kind/bug

## Expected Behavior `sudo` to run as root in `proot` container `pkexec` to run root-requiring program with the define of `polkit` ## Actual Behavior `sudo` and `pkexec` do not work...

area/fake-id0
status/needs-review

I have run the proot tests and several tests failed. The following test all exited with return code 182 and all have in common that proot traces a program, that...

area/loader
kind/bug

## Expected Behavior I expect `-r` and `-R` (and `-S`) to behave similarly. ## Actual Behavior When the directory `$PWD` does not exist inside the guest rootfs: `-r` will print...

kind/bug

Reduced from the same test failure as #291 Reduced reproducing case below. Running with `PROOT_NO_SECCOMP=1` ```c++ // #include #include #include #include #include #include #include #include "../src/compat.h" static int fork_to_function(int (*function)(void))...

area/ptrace-emulation
kind/bug

Hi, I use a very old Linux (3.14) on a very old Debian (7) for… some reasons. I am not root on it. I expected to use proot to be...

kind/bug

I'm trying out some things with rootless namespace vs no-namespace container usage, and wonder if @AkihiroSuda 's fork is necessary, or if these changes can be merged :) I've basically...

area/fake-id0
kind/enhancement

> As a new contributor, I am finding a hard time figuring out what the tests actually do; the names aren't very descriptive. Perhaps we should include a comment in...

kind/enhancement
status/help-wanted

Implements Copy-On-Write semantics as an Extension to PRoot. It is supposed to be similar to [cowdancer](https://www.netfort.gr.jp/~dancer/software/cowdancer.html.en) which doesn't work inside a proot jail. This is a naive implementation, intended to...

kind/enhancement

proot passes through chroot syscall, with appropriate path fixups. can proot alternatively spoof the chroot syscall? For cases where proot is needed chroot is often not available. It would mean...

kind/enhancement
status/help-wanted