From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: Anyone working on packaging Firejail? Date: Thu, 20 Dec 2018 13:28:06 +0100 Message-ID: References: <0e147b49-4a5a-c269-5973-8709e6c37ba6@riseup.net> <87r2eciqge.fsf@ambrevar.xyz> <579539a2-0818-fc75-4a04-ddeb6708ef7a@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZxKi-0006C2-5t for guix-devel@gnu.org; Thu, 20 Dec 2018 07:21:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZxKd-0000st-6y for guix-devel@gnu.org; Thu, 20 Dec 2018 07:21:44 -0500 Received: from mx1.riseup.net ([198.252.153.129]:39910) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZxKc-0000s8-Tm for guix-devel@gnu.org; Thu, 20 Dec 2018 07:21:39 -0500 In-Reply-To: <579539a2-0818-fc75-4a04-ddeb6708ef7a@riseup.net> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel On 2018-12-20 13:17, swedebugia wrote: > On 2018-12-20 08:53, Pierre Neidhardt wrote: >> Can anyone weigh the pros and cons between Firejail and Guix containers? >> > > Yeah, good idea. > > Is guix container using kernel namespaces? > > Our manual[1] did not say. If yes then I think we should advertise this > on the front page! > > A run your browser in a container example script would also be nice. > > I think we already have all the features beside the gui of firetools. :D > Found this! Run icecat, a browser, in a container with guix environment --container --network --share=/tmp/.X11-unix --ad-hoc icecat export DISPLAY=":0.0" icecat https://github.com/pjotrp/guix-notes/blob/master/CONTAINERS.org#browser -- Cheers Swedebugia