From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Anyone working on packaging Firejail? Date: Fri, 21 Dec 2018 21:56:19 +0100 Message-ID: <87d0pumwek.fsf@gnu.org> References: <0e147b49-4a5a-c269-5973-8709e6c37ba6@riseup.net> <87r2eciqge.fsf@ambrevar.xyz> <579539a2-0818-fc75-4a04-ddeb6708ef7a@riseup.net> <878t0kkw78.fsf@dismail.de> <20181221093922.174232e0@centurylink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaSJx-0003Th-7o for guix-devel@gnu.org; Fri, 21 Dec 2018 16:27:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaSJo-0002Xi-Gw for guix-devel@gnu.org; Fri, 21 Dec 2018 16:27:01 -0500 In-Reply-To: <20181221093922.174232e0@centurylink.net> (Eric Bavier's message of "Fri, 21 Dec 2018 09:39:22 -0600") 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: Eric Bavier Cc: guix-devel@gnu.org, Joshua Branson Hi Eric, Eric Bavier skribis: > On Thu, 20 Dec 2018 11:19:07 -0500 [...] >> > Run icecat, a browser, in a container with >> > >> > guix environment --container --network --share=3D/tmp/.X11-unix >> > --ad-hoc icecat >> > export DISPLAY=3D":0.0" >> > icecat=20=20 >>=20 >> Is there a way to do this automatically? ie: you don't have to type >> guix environment --container .... icecat? You just type "icecat?" > > That is the major advantage Firejail has over 'guix environment > --container' currently. It contains a large collection of "profiles" > for different applications, specifying how exactly to jail them so that > they can still function. We also discussed =E2=80=9Cguix run icecat=E2=80=9D as a simpler option: https://lists.gnu.org/archive/html/help-guix/2018-01/msg00108.html =E2=80=98guix run=E2=80=99 can guess parts of the profile, like whether the= application needs X11 or Fontconfig stuff, just by looking at the references of the application. That said, I=E2=80=99m curious to see what the Firejail profi= les look like and to what extent we=E2=80=99d need to manually annotate package= s if we were to provide similar functionality. Firejail looks nice! Ludo=E2=80=99.