aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--cni/98-podman-loopback.conf4
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 0322ecf8d..8aae3024c 100644
--- a/Makefile
+++ b/Makefile
@@ -154,8 +154,7 @@ install.completions:
install ${SELINUXOPT} -m 644 -D completions/bash/podman ${BASHINSTALLDIR}
install.cni:
- install ${SELINUXOPT} -D -m 644 cni/98-podman-loopback.conf ${ETCDIR}/cni/net.d/98-podman-loopback.conf
- install ${SELINUXOPT} -m 644 cni/97-podman-bridge.conf ${ETCDIR}/cni/net.d/97-podman-bridge.conf
+ install ${SELINUXOPT} -D -m 644 cni/97-podman-bridge.conf ${ETCDIR}/cni/net.d/97-podman-bridge.conf
uninstall:
rm -f $(LIBEXECDIR)/crio/conmon
diff --git a/cni/98-podman-loopback.conf b/cni/98-podman-loopback.conf
deleted file mode 100644
index dd6630a85..000000000
--- a/cni/98-podman-loopback.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "cniVersion": "0.2.0",
- "type": "loopback"
-}