mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00

Switch from projectatomic/buildah to containers/buildah Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
11 lines
186 B
Go
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) {
|
|
}
|