Hello, open-vz developers,

I try to understand why in unshare() system call (kernel/fork.c) ,
CLONE_NEWNET is not handled.
Other flags like CLONE_NEWUSER, CLONE_NEWPID, CLONE_NEWNS are dealt with.
unshare() system call invokes unshare_fs(), unshare_fd(),
unshare_userns() and unshare_nsproxy_namespaces().
However it does not unshare network namesapce AFAIK. why ? Is there
something special about
network namesapce in contrast to the other namespaces ?

I will appreciate if someone can elaborate on this.

Best,
Kevin
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to