github.com/manicqin/nomad@v0.9.5/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  }