summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-09-15 10:39:01 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2016-09-15 10:39:01 +0100
commit2b809753b32e408490b8159b774b79ae8e3c0661 (patch)
treef51b8e3ef0e8ce6c16b1d693a2e2bf1fc6fdf602
parent18e370779300bd1f216ccba83237c26634939c6c (diff)
downloadsandboxlib-2b809753b32e408490b8159b774b79ae8e3c0661.tar.gz
README.rst: Add Minijail to list of related projects
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f3da1b5..ced547f 100644
--- a/README.rst
+++ b/README.rst
@@ -88,6 +88,16 @@ MBox_ implements sandboxing using LD_PRELOAD_, in a similar way to Fakeroot_.
.. _MBox: https://pdos.csail.mit.edu/archive/mbox/
+Minijail
+~~~~~~~~
+
+Minijail_: Process sandboxing implemented using an LD_PRELOAD_ library that
+sets up seccomp_ profiles. Developed by Google and used in Chrome OS &
+Android. See also: the `LWN writeup on Minijail`_.
+
+.. _Minijail: https://www.chromium.org/chromium-os/developer-guide/chromium-os-sandboxing
+.. _LWN writeup on Minijail: https://lwn.net/Articles/700557/
+
PRoot
~~~~~