From 81510daa28e99601b59a98a6fd74c230f35fcb4b Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Thu, 20 Jul 2023 17:52:36 -0400 Subject: [PATCH] update install-podman --- install/ubuntu/install-podman | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/ubuntu/install-podman b/install/ubuntu/install-podman index 6cda308..fa5bcb9 100755 --- a/install/ubuntu/install-podman +++ b/install/ubuntu/install-podman @@ -4,3 +4,5 @@ sudo apt-get install -y podman sudo wget https://github.com/containers/gvisor-tap-vsock/releases/download/v0.6.2/gvproxy-linux \ -O /usr/libexec/podman/gvproxy \ && sudo chmod +x /usr/libexec/podman/gvproxy +sudo chmod 4755 /usr/bin/newgidmap +sudo chmod 4755 /usr/bin/newuidmap