summaryrefslogtreecommitdiff
path: root/run-sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'run-sandbox')
-rwxr-xr-xrun-sandbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-sandbox b/run-sandbox
index aa7c713..06582df 100755
--- a/run-sandbox
+++ b/run-sandbox
@@ -47,7 +47,7 @@ def parse_args():
help="current working directory for COMMAND")
parser.add_argument(
'--executor', '-e',
- choices=['chroot', 'linux_user_chroot', 'linux-user-chroot'],
+ choices=['chroot', 'linux_user_chroot', 'linux-user-chroot', 'bubblewrap'],
type=str, default='chroot',
help="which sandboxing backend to use")