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

## Expected Behavior Ideally, proot could be built on powerpc64. ## Actual Behavior The build fails, with errors mentioning "Unsupported architecture". ## Steps to Reproduce the Problem 1. Build from...

kind/enhancement
status/help-wanted
kind/build-system

Is it possible to create something like fake tmpfs implementation? Fds of files in fake tmpfs folder can be obtained by tracee using unix socket that can be present in...

status/needs-review
kind/enhancement

## Expected Behavior The test should pass. ## Actual Behavior The test seems to fail due to `waitpid(): No child processes`. See the output below. ## Steps to Reproduce the...

status/help-wanted
kind/bug
kind/build-system

## Expected Behavior All tests should pass. ## Actual Behavior Many tests currently fail. ## Steps to Reproduce the Problem 1. Run the test suite on the latest main branch...

status/help-wanted
kind/bug

And I assume this is a problem on sh4 as well for `SYSARG_5` and `SYSARG_RESULT`. This cause the syscall exit handler to get the wrong arg1 value, in particular, for...

status/help-wanted
kind/bug

## Expected Behavior Use `proot -S` or `proot -0 -R` to install apps in container. ## Actual Behavior Both `apt` and `zypper` do not work. `apt` cannot unlock, and `zypper`...

area/ptrace-emulation
status/needs-review

I tried nesting invocations of proot: ```terminal $ proot proot proot true ``` ## Expected Behavior The program call should succeed. ## Actual Behavior ```terminal proot error: ptrace(TRACEME): Operation not...

kind/bug
area/seccomp

When I run proot on a aarch64 cpu, i got this: > $ proot -v 10 proot info: binding = / proot info: pid 19966: translate("/" + "/bin/sh") proot info:...

status/help-wanted
kind/bug

Building the current development source (6694d34c83c2b6f2d47686bbe70e828580df9b56) on RHEL7 aarch64 fails with errors like this. It's OK on x86_64. ``` gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I. -I./ `python2.7-config --includes` -O2 -g -pipe -Wall...

status/needs-review
kind/bug
kind/build-system

## Expected Behavior Can compile software inside a proot environment ## Actual Behavior Cannot compile software inside a proot environment; build fails with error message ## Steps to Reproduce the...

status/needs-review
kind/bug