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