--- Linux-Clone/Clone.pm 2022/09/03 23:48:17 1.7 +++ Linux-Clone/Clone.pm 2022/09/04 00:17:26 1.9 @@ -32,6 +32,7 @@ Linux::Clone::NEWIPC Linux::Clone::NEWNET Linux::Clone::NEWCGROUP + Linux::Clone::NEWTIME Example: unshare the network namespace and prove that by calling ifconfig, showing only the unconfigured lo interface. @@ -162,8 +163,8 @@ was available during compilation: C, C, C, -C, C, C and -C. +C, C, C, +C and C. =item Linux::Clone::configure_loopback @@ -173,6 +174,15 @@ Dies on error and returns nothing. +=item C symbols + +The following ioctl symbols are also provided by this module (see L). + + Linux::Clone::NS_GET_USERNS + Linux::Clone::NS_GET_PARENT + Linux::Clone::NS_GET_NSTYPE + Linux::Clone::NS_OWNER_UID + =back =cut @@ -200,6 +210,9 @@ L has some related functions, such as C, and some unrelated fucntions that might be useful. +L, L, L, L, +L, L, L, L. + =head1 AUTHOR Marc Lehmann