1 diff --git i/vendor/github.com/containers/common/pkg/config/default.go w/vendor/github.com/containers/common/pkg/config/default.go
2 index c7ddf90ee..639e8f6f9 100644
3 --- i/vendor/github.com/containers/common/pkg/config/default.go
4 +++ w/vendor/github.com/containers/common/pkg/config/default.go
5 @@ -50,7 +50,7 @@ const (
8 // DefaultInitPath is the default path to the container-init binary.
9 - DefaultInitPath = "/usr/libexec/podman/catatonit"
10 + DefaultInitPath = "/usr/lib/podman/catatonit"
11 // DefaultInfraImage is the default image to run as infrastructure containers in pods.
12 DefaultInfraImage = ""
13 // DefaultRootlessSHMLockPath is the default path for rootless SHM locks.