Language

Package: proot-static @ 5.3.0

Synopsis

Unprivileged chroot, bind mount, and binfmt_misc (statically linked)

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 file system, making files accessible somewhere else in the file system hierarchy, or executing programs built for another CPU architecture transparently through QEMU user-mode. Also, developers can use PRoot as a generic process instrumentation engine thanks to its extension mechanism. Technically PRoot relies on ptrace, an unprivileged system-call available in the kernel Linux.

Home page
https://github.com/proot-me/PRoot
Location
gnu/packages/linux.scm (line: 7883, column: 2)
License

Lint warnings

LinterMessageLocation
tests-true

Check if tests are explicitly enabled

#:tests? must not be explicitly set to #t
input-labels

Identify input labels that do not match package names

label 'talloc' does not match package name 'talloc-static'