summaryrefslogtreecommitdiff
path: root/libkpod
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-12-14 14:36:27 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-14 23:59:22 +0000
commit1f0f7f3e7d4766437f5ac2008d1dcf00686477c9 (patch)
treecf939a98b0962b9e64c1fa31eaf474c6c6c4e812 /libkpod
parent7981b7636b97c840c6913c11544aaac878deb3da (diff)
downloadpodman-1f0f7f3e7d4766437f5ac2008d1dcf00686477c9.tar.gz
podman-1f0f7f3e7d4766437f5ac2008d1dcf00686477c9.tar.bz2
podman-1f0f7f3e7d4766437f5ac2008d1dcf00686477c9.zip
Ensure libkpod.Config defaults don't override libpod defaults
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #109 Approved by: mheon
Diffstat (limited to 'libkpod')
-rw-r--r--libkpod/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpod/config.go b/libkpod/config.go
index b95ff18ca..7b929b79e 100644
--- a/libkpod/config.go
+++ b/libkpod/config.go
@@ -19,7 +19,7 @@ const (
seccompProfilePath = "/etc/crio/seccomp.json"
apparmorProfileName = "crio-default"
cniConfigDir = "/etc/cni/net.d/"
- cniBinDir = "/opt/cni/bin/"
+ cniBinDir = "/usr/libexec/cni/"
cgroupManager = "" //oci.CgroupfsCgroupsManager
lockPath = "/run/crio.lock"
containerExitsDir = "" //oci.ContainerExitsDir