summarylogtreecommitdiffstats
path: root/podman-4.2.0-defaultinitpath.patch
blob: 1a1ded866bc082e6cbb042c53d7a4eb511a7da03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git i/vendor/github.com/containers/common/pkg/config/default.go w/vendor/github.com/containers/common/pkg/config/default.go
index c7ddf90ee..639e8f6f9 100644
--- i/vendor/github.com/containers/common/pkg/config/default.go
+++ w/vendor/github.com/containers/common/pkg/config/default.go
@@ -50,7 +50,7 @@ const (

 var (
 	// DefaultInitPath is the default path to the container-init binary.
-	DefaultInitPath = "/usr/libexec/podman/catatonit"
+	DefaultInitPath = "/usr/lib/podman/catatonit"
 	// DefaultInfraImage is the default image to run as infrastructure containers in pods.
 	DefaultInfraImage = ""
 	// DefaultRootlessSHMLockPath is the default path for rootless SHM locks.