mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Merge pull request #10611 from giuseppe/fix-fast-rootless-join-path
rootless: fix fast join userns path
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user