proot
proot copied to clipboard
chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
I'm using proot in a bash script to do some extra setup in an ARM environment. It seems to freeze at the end of the script though. My host script...
## Expected Behavior `sudo` to run as root in `proot` container `pkexec` to run root-requiring program with the define of `polkit` ## Actual Behavior `sudo` and `pkexec` do not work...
I have run the proot tests and several tests failed. The following test all exited with return code 182 and all have in common that proot traces a program, that...
## Expected Behavior I expect `-r` and `-R` (and `-S`) to behave similarly. ## Actual Behavior When the directory `$PWD` does not exist inside the guest rootfs: `-r` will print...
Reduced from the same test failure as #291 Reduced reproducing case below. Running with `PROOT_NO_SECCOMP=1` ```c++ // #include #include #include #include #include #include #include #include "../src/compat.h" static int fork_to_function(int (*function)(void))...
Hi, I use a very old Linux (3.14) on a very old Debian (7) for… some reasons. I am not root on it. I expected to use proot to be...
I'm trying out some things with rootless namespace vs no-namespace container usage, and wonder if @AkihiroSuda 's fork is necessary, or if these changes can be merged :) I've basically...
> As a new contributor, I am finding a hard time figuring out what the tests actually do; the names aren't very descriptive. Perhaps we should include a comment in...
Implements Copy-On-Write semantics as an Extension to PRoot. It is supposed to be similar to [cowdancer](https://www.netfort.gr.jp/~dancer/software/cowdancer.html.en) which doesn't work inside a proot jail. This is a naive implementation, intended to...
proot passes through chroot syscall, with appropriate path fixups. can proot alternatively spoof the chroot syscall? For cases where proot is needed chroot is often not available. It would mean...