Skip to content

runtime: Use bwrap->envp to run readlink

Simon McVittie requested to merge wip/exherbo into master

Previously, pv_capture_output() always inherited pressure-vessel-wrap's own environment, and bwrap->envp was ignored.

Thanks to @mawww on Github for spotting this.

Fixes: f584a55c "runtime: Don't assume container's env is in the PATH"

Merge request reports