Skip to content
Snippets Groups Projects
Commit b377cafb authored by Simon McVittie's avatar Simon McVittie
Browse files

pv-wrap: Only bind-mount systemd-resolved socket if using a runtime

If we're not using a runtime, then all of /run/systemd is shared between
host and container anyway. Mounting a socket over the top of an existing
socket fails with "No such device or address" due to a bubblewrap bug
(fixed in <https://github.com/containers/bubblewrap/pull/409

>).

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent a6f5b505
No related branches found
No related tags found
1 merge request!265pv-wrap: Only bind-mount systemd-resolved socket if using a runtime
Pipeline #10088 passed