From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: screen locker Date: Sun, 23 Aug 2015 23:47:44 +0200 Message-ID: <87d1ydvfr3.fsf@gnu.org> References: <55D5951B.2000705@gmx.ch> <87twrs8wzs.fsf@gmail.com> <1440179204.1859074.362503449.5F1BBD2E@webmail.messagingengine.com> <1440197250.2569236.362721113.74E2C75F@webmail.messagingengine.com> 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]:53526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTd7H-0006jh-BP for guix-devel@gnu.org; Sun, 23 Aug 2015 17:47:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTd7D-0006S5-Bp for guix-devel@gnu.org; Sun, 23 Aug 2015 17:47:51 -0400 In-Reply-To: <1440197250.2569236.362721113.74E2C75F@webmail.messagingengine.com> (Leo Famulari's message of "Fri, 21 Aug 2015 18:47:30 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org, Marcus Moeller Leo Famulari skribis: > It seems that slock wants to have the setuid bit set. > > I see in the docs [1] that the store cannot contain setuid programs. Is > the workaround in the docs only applicable to GuixSD, or can it be used > with the standalone package manager? It=E2=80=99s only applicable to GuixSD: The =E2=80=98setuid-programs=E2=80= =99 field mentioned there is for an =E2=80=98operating-system=E2=80=99 declaration. Ludo=E2=80=99.