commit: 1373fd32ad44d58b1181924fa2d2fabcd6d31c24 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Oct 18 05:36:00 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Mon Oct 18 05:36:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=1373fd32
README: convert to markdown Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> README => README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README b/README.md similarity index 95% rename from README rename to README.md index e92b429..a79eaa3 100644 --- a/README +++ b/README.md @@ -1,6 +1,4 @@ ---------- - about ---------- +# Sandbox 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 @@ -14,9 +12,7 @@ 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. ----------- - method ----------- +## Method The way sandbox works is that you prime a few environment variables (in order to control the sandbox's behavior) and then stick it into the LD_PRELOAD
