proot
proot copied to clipboard
chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
Hi everyone, I'm opening this kind of thread to discuss some points of interest related to performance in PRoot. The features I would like to talk about here might be...
Hi. As I can see PRoot is now only single-threaded and looks at tracee signals sequentially one after another (event.c). Are there any plans on doing handler-per-tracee-thread implementation?
Hi, With wine git master, ./configure is failing on debian testing with : ``` configure: creating ./config.status ../../src/configure: xrealloc: ../bash/subst.c:5188: cannot allocate 2097152 bytes (5230592 bytes allocated) configure: error: write...
> I propose we implement libseccomp and multi-threading simultaneously, (See: https://github.com/seccomp/libseccomp/issues/102). _Originally posted by @oxr463 in https://github.com/proot-me/proot/issues/111#issuecomment-554496966_ See: https://github.com/proot-me/proot/issues/106, https://github.com/proot-me/proot/pull/130
## Steps to Reproduce the Problem do *not* `mkdir tmp` 1. `fakechroot fakeroot chroot . ./proot/src/proot -R alpine-minirootfs-3.10.1-x86_64` ## Specifications - Proot/Care version: commit 803e54d8a1b3d513108d3fc413ba6f7c80220b74 - Kernel version: 4.19.56 -...
## Expected Behavior File ownership should be preserved after calls to `setuid` and/or `fork`. Such behavior is often required for some test suites to run properly. ## Actual Behavior Files...
Hello, First thank you for this great tool. However, I don't know why, but if I download the alpine linux chroot (for x86_64 systems), I chroot into it using: PROOT_NO_SECCOMP=1...
See: https://libcheck.github.io/check
> ...even better than that, integrate the exact uthash version that is needed inside the source tree since uthash is one of the libs that's quite unlikely to be shipped...