Skip to content

Commit

Permalink
Merge pull request #10611 from giuseppe/fix-fast-rootless-join-path
Browse files Browse the repository at this point in the history
rootless: fix fast join userns path
  • Loading branch information
openshift-merge-robot authored Jun 10, 2021
2 parents ea39735 + 11badab commit d116beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rootless/rootless_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d116beb

Please sign in to comment.