From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <140e7ec30711130610q41fa390ela5dc1cd3c2d6aa29@mail.gmail.com> Date: Tue, 13 Nov 2007 23:10:14 +0900 From: sqweek To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Glendix? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <473980C6.4040009@kix.in> <5d375e920711130531i166392f0u254171e1b13ab36b@mail.gmail.com> Topicbox-Message-UUID: f7009308-ead2-11e9-9d60-3106f5b1d025 On Nov 13, 2007 10:47 PM, roger peppe wrote: > > allowing lunix programs to run inside a sandbox (namespace). > > how do you do that? Linux has private namespaces (see CLONE_NEWNS in clone(2)), they're just not used by standard linux tools afaik. -sqweek