From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id +J4nGc1vLGTTwAAASxT56A (envelope-from ) for ; Tue, 04 Apr 2023 20:43:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0GUBGc1vLGRs7QAA9RJhRA (envelope-from ) for ; Tue, 04 Apr 2023 20:43:25 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ECD51409F5 for ; Tue, 4 Apr 2023 20:43:24 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pjlcY-0007oo-2D; Tue, 04 Apr 2023 14:43:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pjlcV-0007nm-7H for guix-patches@gnu.org; Tue, 04 Apr 2023 14:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pjlcU-0002B1-Tu for guix-patches@gnu.org; Tue, 04 Apr 2023 14:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pjlcU-0001cK-JB for guix-patches@gnu.org; Tue, 04 Apr 2023 14:43:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62357] [PATCH] services: base: add pam-mount-volume support for greetd Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 04 Apr 2023 18:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62357 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Guillaume Le Vaillant , 62357@debbugs.gnu.org Received: via spool by 62357-submit@debbugs.gnu.org id=B62357.16806337786206 (code B ref 62357); Tue, 04 Apr 2023 18:43:02 +0000 Received: (at 62357) by debbugs.gnu.org; 4 Apr 2023 18:42:58 +0000 Received: from localhost ([127.0.0.1]:50188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjlcP-0001c0-T3 for submit@debbugs.gnu.org; Tue, 04 Apr 2023 14:42:58 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:60101 helo=mail.spork.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjlcO-0001bt-UF for 62357@debbugs.gnu.org; Tue, 04 Apr 2023 14:42:57 -0400 Received: from psyduck (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 7EB11A1FF; Tue, 4 Apr 2023 14:42:55 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1680633776; bh=UyAUzfykBEuWzhg3b8MH9HxfzjGvK7+cCBuU/Covmf0=; h=References:From:To:Cc:Subject:Date:In-reply-to; b=a87Op82C36v6B18UOpYeSlLfjVguJTbZS81ZYTyTduNLRR/XqC3b1m4kiZEkaeFMP WN9rVs0asMaUqKIr+j7wbKsI8wU1yCGAyFHjMhU1cL4a0sfnV8HFHdz8ejrtgjv2m9 OgSVs+EBGw3V27/v/t61V0nsbvSGdNklHARbQ7vY= References: <3dc92c40bf6940f2453d1912af08c47771dfa42b.1679432782.git.bjc@spork.org> <87y1ngga39.fsf@gnu.org> <87mt3wiwvf.fsf@kitej> <874jq2j7ug.fsf@gnu.org> User-agent: mu4e 1.10.0; emacs 28.2 Date: Tue, 04 Apr 2023 14:40:39 -0400 In-reply-to: <874jq2j7ug.fsf@gnu.org> Message-ID: <87jzyrlc9a.fsf@psyduck.jhoto.kublai.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Brian Cully X-ACL-Warn: , Brian Cully via Guix-patches From: Brian Cully via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1680633805; a=rsa-sha256; cv=none; b=h1+0N7D13yXdB6UveXDCTfhB87whE7bfAz5Q8fYH6bab/m8pdPUtC2VkufZf5KVUMin8Vy gMdUHYxOAU8y4vmnrYeko2TjnTHl65Esy/6zm8W+xUNQ6W2skQJIgJ89omTyQaOzlBP2Vt NPUwtrEQrpjL+U53RLkbEvlxlEVZOULP9npF1pyOdcQLvC8Pdr5NZ5y85OBmH+m9vZp26n tSdOXBfo9EPDGOOsf5ytzFrOVjS4h65sJpdUQWMU2TO1qBnA8Ig+77y6AbuBXEEVSMKR3M GFzjj+w8OhesvtYcQWTn2/xIsjtWi7Uc//DZZEWuoAxBjnZI5JC3HCiaqqfNxg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=a87Op82C; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1680633805; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=UyAUzfykBEuWzhg3b8MH9HxfzjGvK7+cCBuU/Covmf0=; b=CTRVOfIfWCo0BkIy07NrpwE/204SUdFeQJF42kx1KuNVCID5Mc4ubFa75IWDiK9xZBz6jZ sPKfS/ve85Rjb5qB/NR/Z6NqzBtLbWqxE71XdT6r0jkYvhSj/SiSdjgT3NX3QokiwuedIl FZ/JIysxK5ZHkhHNoN2awzPqJ5H1daXdF6OTJNkD8t19FoCtp164isPj8H1hhLQsYwW+f2 uvWTwk5fr1jLCa8SfAB16KwU+/NAs+zxOO+KBnwG4S8aP9Ix7wnDqo+itxtwZUFgmMqFf2 H2eQN1J1yhLpzFT2ZHVCKIS3LMhUlvQ/7CLOmlXKXgpDoHO3nToHPA54JWfMyQ== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=a87Op82C; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -3.52 X-Spam-Score: -3.52 X-Migadu-Queue-Id: ECD51409F5 X-TUID: cBXYR0JfF23v Ludovic Court=C3=A8s writes: >> We already have a pam-mount-service-type (in >> "gnu/services/pam-mount.scm"), maybe greetd can use it... > > D=E2=80=99oh, indeed, thanks for the heads-up! I didn't realize this existed, so thanks. It looks like it has=20 some kind of support for greetd already, or at least it's=20 referenced. I'm not sure why the current greetd service doesn't=20 use it, though. I'll try to migrate the stuff I did over to the pam-mount service=20 and integrate greetd with it directly. In the mean time, I'll=20 close this ticket. Thanks for the feedback so far. -bjc