mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
1a71f0fe13
* warn on linux * add warning for grpc plugins * add windows support * update go.mod * reorganize imports * update naming * remove Windows logic * simplify and add check for when UID and EUID don't match * fix build * tidy go.mod * feedback * cleanup + migrate
6 lines
108 B
Go
6 lines
108 B
Go
package process
|
|
|
|
func IsRunningWithElevatedPrivileges() (bool, error) {
|
|
return elevatedPrivilegesCheck()
|
|
}
|