summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-10 09:40:17 -0400
committerGitHub <noreply@github.com>2021-06-10 09:40:17 -0400
commit3d21dfe48480c51e17c424b5dfc4d98fcdb81d20 (patch)
treef57c8fb1f53c9de9be711732548952474fd6153d
parenta894a3696266c46c56eca50216d687ba58ccfe86 (diff)
parentd46deca8c8626d879bfe8323af89cdb4edd709dc (diff)
downloadpodman-3d21dfe48480c51e17c424b5dfc4d98fcdb81d20.tar.gz
podman-3d21dfe48480c51e17c424b5dfc4d98fcdb81d20.tar.bz2
podman-3d21dfe48480c51e17c424b5dfc4d98fcdb81d20.zip
Merge pull request #10631 from giuseppe/v32-fix-rootless-join
[v3.2] rootless: fix fast join userns path
-rw-r--r--pkg/rootless/rootless_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rootless/rootless_linux.c b/pkg/rootless/rootless_linux.c
index 918b9a7e6..8e1785732 100644
--- a/pkg/rootless/rootless_linux.c
+++ b/pkg/rootless/rootless_linux.c
@@ -333,7 +333,7 @@ static void __attribute__((constructor)) init()
uid_t uid;
gid_t gid;
char path[PATH_MAX];
- const char *const suffix = "/libpod/pause.pid";
+ const char *const suffix = "/libpod/tmp/pause.pid";
char *cwd = getcwd (NULL, 0);
char uid_fmt[16];
char gid_fmt[16];