may not need root privs anymore...test this
This commit is contained in:
parent
df9c5954f8
commit
e44619cea6
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user