proot icon indicating copy to clipboard operation
proot copied to clipboard

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

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

fix symmetric link in "/proc" not a strict subpath of "proc". eg: /proc/device-tree -> /sys/firmware/devicetree/base ![20240814162742](https://github.com/user-attachments/assets/d7597d17-9c3a-4787-b4fb-d34d32a6b528) ![20240815144535](https://github.com/user-attachments/assets/da333d3f-3a07-42e5-99d7-eb227389ae9f)

https://www.redhat.com/en/blog/new-warnings-and-errors-clang-16 > Starting with Clang 16, implicit function definitions will be considered an error instead of a warning. The C99 standard dropped support for implicit function definitions, but many compilers...

## Expected Behavior For proot to install. ## Actual Behavior I am getting the following shell output: ```zsh ❯ zz proot /data/data/com.termux/files/home/proot ❯ make -C src loader.elf loader-m32.elf build.h make:...

Hi Guys! Thanks for that great project you've implemented! I've seen you are using your own userspace ELF loader. So the question is, if it is possible, within the same...

## Expected Behavior The `fchmodat2` system call, added in Linux 6.6, should be captured. ## Actual Behavior The `fchmodat2` system call does not seem to be supported right now. ##...