Fix ssh/scp/rsync sandboxing
Change-Id: I1e94c028fafa78d4792a50790a76ab32bc4e10b2
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/debian/ssh_wrapper.sh b/debian/ssh_wrapper.sh
index 687ed87..3343887 100755
--- a/debian/ssh_wrapper.sh
+++ b/debian/ssh_wrapper.sh
@@ -11,8 +11,8 @@
{ echo>&2 "ERROR: cannot find $f"; exit 1; }; f=; set -e
# --- end runfiles.bash initialization v2 ---
-LIB_PATH="$(rlocation ssh/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0)"
-LIB_PATH="${LIB_PATH%/libcrypto.so.1.0.0}"
+LIB_PATH="$(rlocation ssh/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)"
+LIB_PATH="${LIB_PATH%/libcrypto.so.1.1}"
export LD_LIBRARY_PATH="${LIB_PATH}"
TOOL_PATH="$(rlocation ssh/%(TOOL))"