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'd like to build proot with prefixed toolchains, and it requires allowing to override commands with Make variables. Currently many commands are overridable, but there are two exceptions: `ld` and...

kind/build-system

Debug sonar-scanner failure.

kind/bug

Hi great developers, I had a problem recently about the execve parameter replacement. My requirement is to replace and modify (parameter 1) and (parameter 2) before some execve commands execute....

kind/question

New system calls get added to linux eventually, it would be good to have a visible resource the explains proot's support for syscalls at any given time. This would also...

status/help-wanted

Leveraging my experience with https://github.com/proot-me/proot/pull/338 ; (fixes https://nixos.wiki/wiki/Nix_Installation_Guide#Troubleshooting_2 ) I ran into the case where lack of support for a relatively recently added system call resulted in very strange issues....

kind/question

## Expected Behavior Being able to `proot` into a [musl](https://musl.libc.org) system from a glibc system: ```sh [user@glibc] $ proot -r ./muslrootdir/ -w / sh # ``` ## Actual Behavior Running...

status/needs-review

This commit updates the the link from the former, unofficial nixos wiki page to the new https://wiki.nixos.org ref: NixOS/foundation#113

add riscv arch support Why does using -O0 result in fewer test case failures compared to using -O2 on openEuler RISCV? I am not certain of the reason, but it...

according to posix, basename(3) should be included from libgen.h and not string.h this fixes a segfault on alpine due to basename being implicitly declared.

## Expected Behavior When lstat is called by a process inside PRoot they would be caught and sent information on the current guest they are in. ## Actual Behavior lstat...