github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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 }