From fb66b610b8e989b01453fb6267064d32cb0606fa Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 16 Aug 2019 15:33:57 +0100
Subject: [PATCH] unruntime: Disable host fallback by default

If bwrap doesn't work, and we automatically fall back to using the
traditional LD_LIBRARY_PATH runtime, then we'll invalidate the testing
that people thought they were doing.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 pressure-vessel-unruntime | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pressure-vessel-unruntime b/pressure-vessel-unruntime
index d2ecf6515..d898e4e00 100755
--- a/pressure-vessel-unruntime
+++ b/pressure-vessel-unruntime
@@ -43,7 +43,7 @@ steam_runtime="${STEAM_RUNTIME-}"
 
 declare -a options
 ld_preload=
-options=(--host-fallback)
+options=()
 
 if [ -n "${LD_LIBRARY_PATH-}" ]; then
     options+=("--env-if-host=LD_LIBRARY_PATH=$LD_LIBRARY_PATH")
-- 
GitLab