summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-27 12:14:43 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-27 12:14:43 +0100
commit74f78c208f33824bd06674a1f99f8f7cfa98a4d5 (patch)
treefe6554b5155a9601ecfd25c7ea75628cbcd77fdb
parent8c04db4ac5d44804e0c1f652c53e48f14d8fec6f (diff)
downloadsandboxlib-74f78c208f33824bd06674a1f99f8f7cfa98a4d5.tar.gz
Mention 'mounts' in documentation of maximum_possible_isolation()
-rw-r--r--sandboxlib/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandboxlib/__init__.py b/sandboxlib/__init__.py
index be302c6..325fdd0 100644
--- a/sandboxlib/__init__.py
+++ b/sandboxlib/__init__.py
@@ -30,6 +30,7 @@ def maximum_possible_isolation():
This function returns a dict, with the following keys:
+ - mounts
- network
Each key maps to a parameter of the run_sandbox() function, and each
@@ -38,6 +39,7 @@ def maximum_possible_isolation():
Example result:
{
+ 'mounts': 'undefined'
'network': 'isolated'
}