Hi List, I have an app that uses linux's clone() syscall (with the CLONE_NEWNS flag). I need to migrate this app to freebsd.
Is there similar functionality in freebsd? For what I read fork() and rfork() wont do the trick. I need the children to have their own private mount namespaces. Thanks! Boyko_______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"