Description
PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root filesystem, making files accessible somewhere else in the filesystem hierarchy, or executing programs built for another CPU architecture transparently through QEMU user-mode. Also, developers can use PRoot as a generic Linux process instrumentation engine thanks to its extension mechanism, see CARE for an example. Technically PRoot relies on ptrace, an unprivileged system-call available in every Linux kernel.
Installation Instructions
Install the repo file for this COPR using the following commands.
- On EPEL-6 ...
cd /etc/yum.repos.d/
curl -O https://copr.fedoraproject.org/coprs/jlaska/proot/repo/epel-6/jlaska-proot-epel-6.repo
- On EPEL-7 ...
cd /etc/yum.repos.d/
curl -O https://copr.fedoraproject.org/coprs/jlaska/proot/repo/epel-7/jlaska-proot-epel-7.repo
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (5)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (14)* | EPEL 7 (331 downloads) |
* Total number of downloaded packages.