Sign in
chromium
/
external
/
github.com
/
docker
/
runc
/
docker-master
/
.
/
libcontainer
/
system
/
unsupported.go
blob: e7cfd62b293c4dff41f626e4a1cf82bcb4dc1a27 [
file
] [
log
] [
blame
]
// +build !linux
package system
// RunningInUserNS is a stub for non-Linux systems
// Always returns false
func RunningInUserNS() bool {
return false
}