Home | History | Annotate | Download | only in init

Lines Matching full:setns

179         if (setns(fd, nstype) == -1) {
180 return ErrnoError() << "Could not setns() namespace at " << path;