github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/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  }