mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

The path was missing a slash between the libexec path and the binary name. This was never noticed because the code already falls back to a builtt-in pause process. Fixes: 71f96c2e6ff7 ("rootless: define LIBEXECPODMAN") Signed-off-by: Paul Holzinger <pholzing@redhat.com>