blob: 0aa7c46e48fb5be57b7237c129b2adddd3e695b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// +build !selinux !linux
package buildah
import (
"github.com/opencontainers/runtime-tools/generate"
)
func setupSelinux(g *generate.Generator, processLabel, mountLabel string) {
}
|