Skip to content
Snippets Groups Projects

bind mount /etc/ld.so.cache to the sandbox

Merged Poncho requested to merge (removed):gentoo-fix into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -47,6 +47,7 @@ def _get_bwrap_args(tempdir: str,
'--chdir', cwd,
'--unshare-all',
'--new-session',
'--ro-bind', '/etc/ld.so.cache', '/etc/ld.so.cache',
# XXX: enable --die-with-parent once all supported platforms have
# a bubblewrap recent enough to support it.
# '--die-with-parent',
Loading