DEBSOURCES
Skip Quicknav
sources / golang-github-moby-sys / 0.0~git20241107.638aa7c-2 / userns / userns_unsupported.go
123456
//go:build !linux package userns // inUserNS is a stub for non-Linux systems. Always returns false. func inUserNS() bool { return false }