summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-22 13:04:30 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-22 13:04:30 +0100
commitfebee996bf8518b3c7244d576348af50c7ce48a6 (patch)
treeb8c99de4986d6d8d25722d81388cc726a8e0c2bd
parente7959487ef8eb028e536e10941be4c03191fee1e (diff)
downloadsandboxlib-febee996bf8518b3c7244d576348af50c7ce48a6.tar.gz
Add an initial README
-rw-r--r--README.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn
new file mode 100644
index 0000000..99b2e53
--- /dev/null
+++ b/README.mdwn
@@ -0,0 +1,27 @@
+# sandboxlib: a lightweight library for running programs/commands in a sandbox
+
+This project is a total work in progress, no documentation yet.
+
+It is being developed as part of the [Baserock] project.
+
+The goal of this library is to provide the sandboxing functionality that is
+already present in the build tools [Morph] and [YBD]. We want this new library
+to be usable without depending on [linux-user-chroot], so that it can be used
+on Mac OS X, and hopefully other platforms too.
+
+## Copyright
+
+Copyright (C) 2015 Codethink Limited
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; version 2 of the License.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+