proot icon indicating copy to clipboard operation
proot copied to clipboard

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

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

I'm aware this issue has been posited here before, but I have an answer to the question that closed it. There is a use for this. In Termux (the Android...

kind/question

``` 2022-04-30 12:47:41.203 19404-19404/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 2022-04-30 12:47:41.203 19404-19404/? A/DEBUG: Build fingerprint: 'Redmi/alioth/alioth:11/RKQ1.200826.002/V12.5.19.0.RKHCNXM:user/release-keys' 2022-04-30 12:47:41.203...

status/needs-review

``` /* Restore tracee's stack pointer now if it won't hit * the sysexit stage (i.e. when seccomp is enabled and * there's nothing else to do). * */ if...

kind/question

I want to try to modify the return result of a method by seccomp with ptrace.I don t know if the proot supports it If you use (ptrace- > PTRACE_SYSCALL)...

kind/question
area/seccomp

## Expected Behavior The proot is expected to mask the problematic syscall. ## Actual Behavior Currently, guest programs exit with signal 31. ## Specifications - Proot/Care version: 5.3.0 - Kernel...

please support s390x architecture

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

## Expected Behavior Use `debootstrap` to get a Debian Stable system. I used to use Debian docker image, but I have met some problem, so I think `debootstrap` may be...

status/needs-review

## Expected Behavior Not to intersect with the lower 32-bits. This causes applications like wine running under emulation to not load due to intersecting memory ranges. Maybe think about compiling...

area/loader
status/needs-review
kind/build-system

Will MIPS architecture be supported in the future?

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

~It appears that the current implementation only saves the last exit status if WIFEXITED but not if WIFSIGNALED. Is this intentional? If not, we should add that. If it is...

kind/enhancement
status/help-wanted