summaryrefslogtreecommitdiff
path: root/buildstream
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2018-02-16 13:17:48 +0000
committerJürg Billeter <j@bitron.ch>2018-02-20 13:15:01 +0000
commit3ce6b907dafdf31e13053985f3d91e1813dfbe21 (patch)
tree5252de695208da78cdbd9155de24c15c7bdbd3e2 /buildstream
parent3937f24c500887973db58ca4934adbdbd2f2a82e (diff)
downloadbuildstream-3ce6b907dafdf31e13053985f3d91e1813dfbe21.tar.gz
doc: Add 'sandboxing' section
This attempts to document and specify our current sandboxing functionality.
Diffstat (limited to 'buildstream')
-rw-r--r--buildstream/sandbox/sandbox.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/sandbox/sandbox.py b/buildstream/sandbox/sandbox.py
index 00245309a..bc080e30d 100644
--- a/buildstream/sandbox/sandbox.py
+++ b/buildstream/sandbox/sandbox.py
@@ -26,6 +26,8 @@ Sandbox
need only understand this interface, while it may be given a different
sandbox implementation, any sandbox implementation it is given will
conform to this interface.
+
+See also: :ref:`sandboxing`.
"""
import os