summaryrefslogtreecommitdiff
path: root/open-source-lorries/sandboxlib.lorry
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-06-04 16:54:58 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-06-04 16:54:58 +0100
commitc5d86dd00f9b0c0b4107a7ba0dc15903aa9b96fa (patch)
treeaeed14c283a990f8516d9d2d8a1b53b26df6cdfd /open-source-lorries/sandboxlib.lorry
parent34d81d323febb306fb6ce8d706650dc6c68b8ef2 (diff)
downloadlorries-c5d86dd00f9b0c0b4107a7ba0dc15903aa9b96fa.tar.gz
Mirror 'sandboxlib' library
This is a new library which currently contains the sandboxing code from Morph (wrapping 'unshare' and 'linux-user-chroot'). I hope that we can use this library in Morph and YBD in future. I have sent a patch for YBD to use it already. Change-Id: I8fc96bb286d6e204c5d91226d3466e5bcac8d10d
Diffstat (limited to 'open-source-lorries/sandboxlib.lorry')
-rw-r--r--open-source-lorries/sandboxlib.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/sandboxlib.lorry b/open-source-lorries/sandboxlib.lorry
new file mode 100644
index 0000000..85325ba
--- /dev/null
+++ b/open-source-lorries/sandboxlib.lorry
@@ -0,0 +1,6 @@
+{
+ "sandboxlib": {
+ "type": "git",
+ "url": "git://github.com/codethinklabs/sandboxlib"
+ }
+}