… | |
… | |
144 | |
144 | |
145 | Calls setns(2) on the file descriptor (or file handle) C<$fh_or_fd>. If |
145 | Calls setns(2) on the file descriptor (or file handle) C<$fh_or_fd>. If |
146 | C<$nstype> is missing, then C<0> is used. |
146 | C<$nstype> is missing, then C<0> is used. |
147 | |
147 | |
148 | The argument C<$nstype> can be C<0>, C<Linux::Clone::NEWIPC>, |
148 | The argument C<$nstype> can be C<0>, C<Linux::Clone::NEWIPC>, |
149 | C<Linux::Clone::NEWNET>, C<Linux::Clone::NEUTS>, C<Linux::Clone::NEWCGROUP>, |
149 | C<Linux::Clone::NEWNET>, C<Linux::Clone::NEWUTS>, C<Linux::Clone::NEWCGROUP>, |
150 | C<Linux::Clone::NEWNS>, C<Linux::Clone::NEWPID> or C<Linux::Clone::NEWUSER>. |
150 | C<Linux::Clone::NEWNS>, C<Linux::Clone::NEWPID> or C<Linux::Clone::NEWUSER>. |
151 | |
151 | |
152 | =item Linux::Clone::pivot_root $new_root, $old_root |
152 | =item Linux::Clone::pivot_root $new_root, $old_root |
153 | |
153 | |
154 | Calls pivot_root(2) - refer to its manpage for details. |
154 | Calls pivot_root(2) - refer to its manpage for details. |