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
}