Remove the only obstacle that stopped running the supernode as a normal user

This commit is contained in:
Hamish Coleman 2021-11-05 12:56:45 +00:00
parent 84f69623e1
commit 954547a9c1

View File

@ -651,7 +651,6 @@ int main (int argc, char * const argv[]) {
if((setgid(sss_node.groupid) != 0)
|| (setuid(sss_node.userid) != 0)) {
traceEvent(TRACE_ERROR, "unable to drop privileges [%u/%s]", errno, strerror(errno));
exit(1);
}
}