Date: Tue, 15 Jun 2010 17:42:12 +0300 From: Boyko Yordanov <b.yordanov@exsisto.com> To: freebsd-hackers@freebsd.org Subject: CLONE_NEWNS or similar in freebsd? Message-ID: <EF565524-1B4D-4F7D-AFA3-E9DCC02C03CF@exsisto.com>
next in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EF565524-1B4D-4F7D-AFA3-E9DCC02C03CF>