daemon: no initgroups() when already running as the configured user
We can assume that initgroups() would be a no-op in that case, however initgroups() is not allowed for unprivileged users anyway.
This commit is contained in:
We can assume that initgroups() would be a no-op in that case, however initgroups() is not allowed for unprivileged users anyway.