Files
podman/vendor/github.com/containers/buildah/selinux_unsupported.go
Daniel J Walsh 92b28a88d8 Vendor in latest containers/buildah
Switch from projectatomic/buildah to containers/buildah

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-09-18 17:20:30 -04:00

11 lines
186 B
Go

// +build !selinux !linux
package buildah
import (
"github.com/opencontainers/runtime-tools/generate"
)
func setupSelinux(g *generate.Generator, processLabel, mountLabel string) {
}