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

pv-wrap: If STEAM_RUNTIME_SCOUT is set, always share it with container


Steam Linux Runtime 1.0 (scout) wants access to this.

steamrt/tasks#520

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent de323f2d
No related branches found
No related tags found
1 merge request!760adapt to new use of $STEAM_RUNTIME_SCOUT
......@@ -230,6 +230,7 @@ the container:
* `/boot`
* `/root`
* `$STEAM_RUNTIME`
* `$STEAM_RUNTIME_SCOUT`
## The home directory
......
......@@ -1154,6 +1154,7 @@ static const EnvMount known_required_env[] =
{ "STEAM_COMPAT_TOOL_PATH", ENV_MOUNT_FLAGS_DEPRECATED },
{ "STEAM_COMPAT_TOOL_PATHS", ENV_MOUNT_FLAGS_COLON_DELIMITED },
{ "STEAM_EXTRA_COMPAT_TOOLS_PATHS", ENV_MOUNT_FLAGS_COLON_DELIMITED },
{ "STEAM_RUNTIME_SCOUT", ENV_MOUNT_FLAGS_NONE },
{ "XDG_CACHE_HOME", ENV_MOUNT_FLAGS_IF_HOME_SHARED },
{ "XDG_CONFIG_HOME", ENV_MOUNT_FLAGS_IF_HOME_SHARED },
{ "XDG_DATA_HOME", ENV_MOUNT_FLAGS_IF_HOME_SHARED },
......
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