Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2010 23:25:11 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Boyko Yordanov <b.yordanov@exsisto.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: CLONE_NEWNS or similar in freebsd?
Message-ID:  <4C17E1A7.90307@icyb.net.ua>
In-Reply-To: <EF565524-1B4D-4F7D-AFA3-E9DCC02C03CF@exsisto.com>
References:  <EF565524-1B4D-4F7D-AFA3-E9DCC02C03CF@exsisto.com>

next in thread | previous in thread | raw e-mail | index | archive | help
on 15/06/2010 17:42 Boyko Yordanov said the following:
> 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.


I am afraid that FreeBSD doesn't have this capability.
There is a single mount namespace per whole system image.
BTW, I am intrigued, in what situations this flag is useful?

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C17E1A7.90307>