summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2017-04-04 16:20:00 -0700
committerJames E. Blair <jeblair@redhat.com>2017-06-01 09:26:45 -0700
commit5870ccae62a3a7d38604b4a2f5b87d84aeafaee0 (patch)
tree63062c67fd39789af989eb6e0bf48cc41be9c4ff /setup.cfg
parent50c69d895796264891e87c96c091b31ca9e4eec2 (diff)
downloadzuul-5870ccae62a3a7d38604b4a2f5b87d84aeafaee0.tar.gz
Add support for bwrap
This will be the minimum "batteries included" bubblwrap driver. It does not do any MAC configuration, since these vary by system. Operators may wish to wrap it further in a MAC wrapper driver. Because we set bubblewrap as the default wrapper, test_playbooks tests it. However, it lacks a negative test, so we won't know if we're not actually containing things. Users who don't have bubblewrap or don't wish to use it can set the untrusted_wrapper to 'nullwrap' which will just execute things as they're done before this change. Change-Id: I84dd7c8cc55d2110b58609784007ffda0d135716 Story: 2000910 Task: 3540 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9ee64f332..5ae090399 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,7 @@ console_scripts =
zuul = zuul.cmd.client:main
zuul-cloner = zuul.cmd.cloner:main
zuul-executor = zuul.cmd.executor:main
+ zuul-bwrap = zuul.driver.bubblewrap:main
[build_sphinx]
source-dir = doc/source