From e9ab8583d0a73c686591edfb8b4dfdca212d5eb6 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 4 Oct 2018 17:38:09 -0400 Subject: Ensure resolv.conf has the right label and path Adds a few missing things from writeStringToRundir() to the new resolv.conf function, specifically relabelling and returning a path compatible with rootless podman Signed-off-by: Matthew Heon --- libpod/container_easyjson.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpod/container_easyjson.go') diff --git a/libpod/container_easyjson.go b/libpod/container_easyjson.go index 2d0481f3b..916118aec 100644 --- a/libpod/container_easyjson.go +++ b/libpod/container_easyjson.go @@ -1,3 +1,5 @@ +// +build seccomp ostree selinux varlink exclude_graphdriver_devicemapper + // Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT. package libpod -- cgit v1.2.3-54-g00ecf