Merge "Add standard ca certificate paths"

This commit is contained in:
Zuul 2018-03-16 16:24:33 +00:00 committed by Gerrit Code Review
commit 35732351ca
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ class BubblewrapDriver(Driver, WrapperInterface):
'/etc/nsswitch.conf',
'/etc/lsb-release.d',
'/etc/alternatives',
'/etc/ssl/certs',
]:
if os.path.exists(path):
bwrap_command.extend(['--ro-bind', path, path])