drop_root
if ((user != NULL || group != NULL) && drop_root(user, group) < 0)
static int32_t drop_root (char const *user, char const *group);