From 21eee8c3ec26b5b2351bd1c9c6c474530bbd9e4f Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 09:35:48 +0000 Subject: [PATCH] feat: remove access to host podman socket --- ssh_router.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh_router.sh b/ssh_router.sh index 69b8588..4197317 100755 --- a/ssh_router.sh +++ b/ssh_router.sh @@ -124,7 +124,6 @@ start_container_if_needed() { --user "$DEV_USER" \ --hostname "$WORKSPACE" \ --label auto-cleanup=true \ - -v "${XDG_RUNTIME_DIR}/podman/podman.sock:/run/podman/podman.sock:Z" \ -v "/home/infilytics/data/$WORKSPACE:/app:Z" \ -v "/home/infilytics/secrets/$WORKSPACE/gitconfig:/home/$DEV_USER/.gitconfig:ro,Z" \ -v "/home/infilytics/secrets/$WORKSPACE/id_ed25519:/home/$DEV_USER/.ssh/id_ed25519:ro,Z" \