diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-05-25 21:02:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-25 21:02:24 +0700 |
commit | ea30e359f3ae6bcb40e6e5b930785afcfc787ec9 (patch) | |
tree | 10c4795045c3e60e94ee913f3d4209b9e63f969f /system/sandbox/README | |
parent | 72571a96a021c3576b99e4fbf041a178ee05246a (diff) |
system/sandbox: Added (Gentoo Sandbox Tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sandbox/README')
-rw-r--r-- | system/sandbox/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/sandbox/README b/system/sandbox/README new file mode 100644 index 0000000000000..005f35d16e0b0 --- /dev/null +++ b/system/sandbox/README @@ -0,0 +1,11 @@ +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. |