From 440e97c2c06772e90aa3594d96027c05c2700c59 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 12 May 2020 14:15:44 -0400 Subject: Remove libpod.conf from repo Now that we're shipping containers.conf, we don't want to provide a libpod.conf anymore. This removes libpod.conf from the repo and as many direct uses as I can find. There are a few more mentions in the documentation, but someone more familiar with containers.conf should make those edits. Signed-off-by: Matthew Heon --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e991d4b35..d4eadbb5e 100644 --- a/Makefile +++ b/Makefile @@ -527,11 +527,6 @@ install.man-nobuild: .PHONY: install.man install.man: docs install.man-nobuild -.PHONY: install.config -install.config: - install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(SHAREDIR_CONTAINERS) - install ${SELINUXOPT} -m 644 libpod.conf $(DESTDIR)$(SHAREDIR_CONTAINERS)/libpod.conf - .PHONY: install.seccomp install.seccomp: # TODO: we should really be using the upstream one from github.com/seccomp -- cgit v1.2.3-54-g00ecf