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

runtime: Always provide adverb at /run/pressure-vessel/pv-from-host


While we control /run, we might as well be consistent.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 18bdc4b9
No related branches found
No related tags found
No related merge requests found
......@@ -2965,6 +2965,12 @@ pv_runtime_bind (PvRuntime *self,
if (!pv_cheap_tree_copy (pressure_vessel_prefix, dest, error))
return FALSE;
flatpak_bwrap_add_args (bwrap,
"--symlink",
"/usr/lib/pressure-vessel/from-host",
"/run/pressure-vessel/pv-from-host",
NULL);
self->adverb_in_container = "/usr/lib/pressure-vessel/from-host/bin/pressure-vessel-adverb";
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment