This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Project:Sandbox

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Gentoo Sandbox Team
Description The Gentoo Sandbox Team maintains sandbox-related tools and libraries
Project email sandbox@gentoo.org
IRC channel #gentoo-portage
Lead(s)
Last elected: 2018/09/13
Member(s)
Subproject(s)
(and inherited member(s))
(none)
Parent Project Portage
Project listing

Sandbox is a library (and helper utility) to run programs in a "sandboxed" environment. This is used as a QA measure to try and prevent applications from modifying files they should not.

For example, in the Gentoo world we use it so we can build applications as root and make sure that the build system does not do crazy things outside of its build directory. Such as install files to the live root file system or modify config files on the fly.

For people who are familiar with the Debian "fakeroot" project or the RPM based "InstallWatch", sandbox is in the same vein of these projects.

Git Repository

The sandbox repository is available at sandbox.git