From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: Add polkit service. Date: Sat, 18 Apr 2015 22:49:31 +0200 Message-ID: <87zj65b1r8.fsf@gnu.org> References: <1429087555.937607.30170@badger> 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]:34839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjZgH-00054r-LN for guix-devel@gnu.org; Sat, 18 Apr 2015 16:49:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjZgE-0006Ll-Gt for guix-devel@gnu.org; Sat, 18 Apr 2015 16:49:37 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjZgE-0006LU-DC for guix-devel@gnu.org; Sat, 18 Apr 2015 16:49:34 -0400 In-Reply-To: <1429087555.937607.30170@badger> (Andy Wingo's message of "Wed, 8 Apr 2015 06:24:27 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo skribis: > * gnu/services/polkit.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add polkit service definition. [...] > + #:export (polkit-application > + %standard-polkit-applications These two bindings are missing, but that makes me wonder whether there=E2= =80=99s a piece missing. Does polkitd need to be given some sort of configuration or a list of applications being managed? TIA, Ludo=E2=80=99.