buildah/add_common.go

9 lines
99 B
Go

//go:build !linux
// +build !linux
package buildah
func runningInUserNS() bool {
return false
}