ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Clone.pm
(Generate patch)

Comparing Linux-Clone/Clone.pm (file contents):
Revision 1.4 by root, Tue Nov 7 18:15:29 2017 UTC vs.
Revision 1.5 by root, Mon Jul 25 10:59:29 2022 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines