orbea 8f9f1dfe40 system/sandbox: Upgraded to 2.20. 4 years ago
..
README 576fa5d93b system/sandbox: Added (Gentoo Sandbox Tool) 6 years ago
doinst.sh 576fa5d93b system/sandbox: Added (Gentoo Sandbox Tool) 6 years ago
sandbox.SlackBuild 8f9f1dfe40 system/sandbox: Upgraded to 2.20. 4 years ago
sandbox.info 8f9f1dfe40 system/sandbox: Upgraded to 2.20. 4 years ago
slack-desc 576fa5d93b system/sandbox: Added (Gentoo Sandbox Tool) 6 years ago

README

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 projects.