podman: fix broken conffiles

This commit is contained in:
Huangbin Zhan 2022-03-03 15:13:29 +00:00 committed by Beginner-Go
parent 759747b9ef
commit 07a072121b

View File

@ -69,11 +69,11 @@ define Package/podman-selinux/description
endef
define Package/podman/conffiles
/etc/containers/policy.json
/etc/containers/storage.conf
/etc/containers/registries.conf
/etc/containers/containers.conf
/etc/cni/net.d/87-podman-bridge.conflist
/etc/containers/policy.json
/etc/containers/storage.conf
/etc/containers/registries.conf
/etc/containers/containers.conf
/etc/cni/net.d/87-podman-bridge.conflist
endef
Package/podman-selinux/conffiles = $(Package/podman/conffiles)