1 2 3 4 5 6
//go:build !linux package userns // inUserNS is a stub for non-Linux systems. Always returns false. func inUserNS() bool { return false }