ingress-nginx-helm/vendor/github.com/opencontainers/runc/libcontainer/system/unsupported.go
Manuel de Brito Fontes a736fba0e1 Update godeps
2016-07-11 23:42:47 -04:00

9 lines
155 B
Go

// +build !linux
package system
// RunningInUserNS is a stub for non-Linux systems
// Always returns false
func RunningInUserNS() bool {
return false
}