may not need root privs anymore...test this

This commit is contained in:
Amy G. Bowersox 2021-08-29 22:31:55 -06:00
parent df9c5954f8
commit e44619cea6
1 changed files with 2 additions and 0 deletions

View File

@ -208,11 +208,13 @@ HRESULT Config_setup(int argc, char *argv[])
HRESULT hr;
GLOBAL_CONFIG from_commandline;
/*
if (geteuid() != 0)
{
Log(LFATAL, "upiwin must be run with root privileges");
return E_ACCESSDENIED;
}
*/
if (atexit(run_exit_funcs))
{