From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 18 08:13:42 2021 Received: (at 47849) by debbugs.gnu.org; 18 Apr 2021 12:13:42 +0000 Received: from localhost ([127.0.0.1]:45623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lY6J0-0006qj-V1 for submit@debbugs.gnu.org; Sun, 18 Apr 2021 08:13:42 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:44512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lY6Iw-0006q6-IG for 47849@debbugs.gnu.org; Sun, 18 Apr 2021 08:13:35 -0400 Received: from butterfly.local ([5.23.206.113]) by albert.telenet-ops.be with bizsmtp id uCDZ2400J2TKVvH06CDaBu; Sun, 18 Apr 2021 14:13:34 +0200 Message-ID: <8f42495246e684121605e7cef2462a068130d5cc.camel@telenet.be> Subject: Re: [bug#47849] [PATCH 1/1] services: Add a service for the Jami daemon. From: Maxime Devos To: Maxim Cournoyer , 47849@debbugs.gnu.org In-Reply-To: <20210417200617.18182-1-maxim.cournoyer@gmail.com> References: <20210417200414.18050-1-maxim.cournoyer@gmail.com> <20210417200617.18182-1-maxim.cournoyer@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-ryJv23nOc+agdtDMxpIP" Date: Sun, 18 Apr 2021 13:47:03 +0200 MIME-Version: 1.0 User-Agent: Evolution 3.34.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1618748014; bh=hX0W8pxJNJJXd1odd9HkE2awZNg0APv5UUBMlDHJwQo=; h=Subject:From:To:In-Reply-To:References:Date; b=crcDMqftCo3JDTaVJdOHQstNnKjHb6k8xnUhXk/skqnSNsahXiLZfl4dihGTiGAQF XkpseRRfWND74sjNHcKPUReELVWisvF5rCw3WMob2RLyvFGQF6tWg9ZNUvXJ/n9wiR mBi/csk/dAOS1z4qF+pLob5zCyesZn9LIOg1JzO099TJ9SJg79a1CUztvndTLBomvA okHx9ih0nyp3IV+ZoRXThZMRTX8m/+9ekvBez0nDZ6NiYBFtH7HxyrsUYggfRUg/dt /O08z40IZ4bSCtZ/ou1Cf5/BHn4zJBSIBCIKHU9Dhu/jv9b1k9IHTv+Uh19gNSoUY5 vq2RiUJ/oasmA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47849 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-ryJv23nOc+agdtDMxpIP Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Maxim Cournoyer schreef op za 17-04-2021 om 16:06 [-0400]: > + ;; Start the daemon. > + (define daemon-pid > + (fork+exec-command > + '#$(jami-daemon-configuration->command-line-arguments= config) > + #:user "jami" > + #:group "jami" > + #:environment-variables > + (list (string-append "DBUS_SESSION_BUS_ADDRESS=3D" > + "unix:path=3D/var/run/jami/bus")= ))) It would be nice if this could be run in a container that only has access to the relevant parts of the file system (and not, say, /run/setuid-programs). See, e.g., gnu/build/linux-container= .scm. Greetings, Maxime. --=-ryJv23nOc+agdtDMxpIP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYHwcNBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hx2AQDtvj1EkLuPKUa7vjy9nYW3l80/ mtgi+KNSxLp9hPMxtgD+JkkjJ8LUfJEgkI24ezKYQyhVyVvonAVA8hPNH2byCgs= =7Vh7 -----END PGP SIGNATURE----- --=-ryJv23nOc+agdtDMxpIP--