diff options
-rw-r--r-- | sandboxlib/__init__.py | 2 |
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' } |