summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-09-08 12:41:17 -0400
committerColin Walters <walters@verbum.org>2015-09-08 12:41:17 -0400
commit3d1efb1cb5ee18937cc4cda82fad735dde0a7f0d (patch)
tree41d664e5cdf90780049958d01e92784dbf29b0cf
parent40e0b71d556414dfe150a74937f2c8a68d351d6d (diff)
downloadlinux-user-chroot-3d1efb1cb5ee18937cc4cda82fad735dde0a7f0d.tar.gz
README: Link to Bazel
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 05b1318..2580947 100644
--- a/README
+++ b/README
@@ -132,3 +132,12 @@ Programs using linux-user-chroot
- https://github.com/CodethinkLabs/sandboxlib
- https://git.gnome.org/browse/gnome-continuous/ uses it for builds
+
+Related projects
+----------------
+
+Google's Bazel system has a similar tool:
+
+https://github.com/google/bazel/blob/master/src/main/tools/namespace-sandbox.c
+
+(Noted by the sandboxlib/README.rst list of related projects)