mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Merge pull request #872 from giuseppe/add-usr-libexec-podman-conmon
runtime: add /usr/libexec/podman/conmon to the conmon paths
This commit is contained in:
@ -151,6 +151,7 @@ var (
|
||||
"/usr/lib/cri-o-runc/sbin/runc",
|
||||
},
|
||||
ConmonPath: []string{
|
||||
"/usr/libexec/podman/conmon",
|
||||
"/usr/libexec/crio/conmon",
|
||||
"/usr/local/libexec/crio/conmon",
|
||||
"/usr/bin/conmon",
|
||||
|
Reference in New Issue
Block a user