Summary
PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privilege 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.
Versions
v5.4.0 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~arm ~arm64 ~x86
- USE flags
- care doc test
v5.3.0 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~arm ~arm64 ~x86
- USE flags
- care doc test
USE flags
General
- care
- Build dynamic CARE binary (more info - https://proot-me.github.io)
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
app-arch / libarchive : Multi-format archive and compression library
dev-debug / valgrind : An open-source memory debugger for GNU/Linux
dev-libs / uthash : An easy-to-use hash implementation for C programmers
sys-libs / queue-standalone : Install <sys/queue.h> from glibc
Runtime Dependencies
app-arch / libarchive : Multi-format archive and compression library
Bugs
- 713700
- sys-apps/proot: Add USE=seccomp
- 828927
- sys-apps/proot-5.1.0-r2 - ./.../tracee.h: error: field restart_how has incomplete type
- 888887
- sys-apps/proot-5.3.0 - python.c:(.text+<snip>): undefined reference to PyInit_proot
- 895418
- sys-apps/proot-5.3.0 - proot_wrap.c:1: error: unterminated raw string
- 937432
- sys-apps/proot-5.4.0 fails to compile: cli.c:311:33: error: implicit declaration of function basename [-Wimplicit-function-declaration]
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Alfred Wingate · gentoo
sys-apps/proot: handle docutils-0.21 dropping console scripts
Closes: https://bugs.gentoo.org/930449 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36756 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {dev-util → dev-debug}/valgrind
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
sys-apps/proot: drop old
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Sergey Popov · gentoo
sys-apps/proot-5.4.0: new version
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-apps/proot: Keyword 5.3.0 arm, #890543
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-apps/proot: Keyword 5.3.0 arm64, #890543
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
sys-apps/proot: fix building on musl systems
Add sys-libs/queue-standalone as dependency Bug: https://bugs.gentoo.org/832881 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
sys-apps/proot: version bump
Closes: https://bugs.gentoo.org/716836 Closes: https://bugs.gentoo.org/829854 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-apps/proot: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
sys-apps/proot: use proper objcopy/objdump from toolchain as well
Bug: https://bugs.gentoo.org/725844 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Sergey Popov · gentoo
sys-apps/proot: use proper strip binary from toolchain
Closes: https://bugs.gentoo.org/725844 Reported-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
sys-apps/proot-5.1.0-r2: remove support for static and live builds
They are effectively not working since the introduction Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lucas Ramage · gentoo
sys-apps/proot: update metadata, add 9999 version.
Closes: https://bugs.gentoo.org/675460 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Lucas Ramage <ramage.lucas@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/11261 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
sys-apps/proot: drop old versions
As those versions are broken since kernel 4.8 Drop entire package to be unstable Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Sergey Popov · gentoo
sys-apps/proot: revision bump
Backport patches to make PRoot work under newer kernels and to remove RWX code sections Closes: https://bugs.gentoo.org/536724 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Tim Harder · gentoo
sys-apps/proot: update HOMEPAGE and SRC_URI - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed