mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
bump c/common to v0.44.0
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
7
vendor/github.com/containers/common/pkg/config/config_linux.go
generated
vendored
7
vendor/github.com/containers/common/pkg/config/config_linux.go
generated
vendored
@ -35,3 +35,10 @@ func ifRootlessConfigPath() (string, error) {
|
||||
}
|
||||
return "", nil
|
||||
}
|
||||
|
||||
var defaultHelperBinariesDir = []string{
|
||||
"/usr/local/libexec/podman",
|
||||
"/usr/local/lib/podman",
|
||||
"/usr/libexec/podman",
|
||||
"/usr/lib/podman",
|
||||
}
|
||||
|
Reference in New Issue
Block a user