github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/plugins/drivers/utils/utils_windows.go (about)

     1  package utils
     2  
     3  // IsUnixRoot returns true if system is a unix system and the effective uid of user is root
     4  func IsUnixRoot() bool {
     5  	return false
     6  }