rm_r
rm_r(conf.rootfd, home, id);
bool rm_r(int rootfd, char const * dir, uid_t uid);
if (rm_r(dirfd, e->d_name, uid) == true)