buildah/tests/conformance/selinux_unsupported.go

8 lines
85 B
Go

// +build !linux
package conformance
func selinuxMountFlag() string {
return ""
}