From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53523158095 for ; Sat, 13 Aug 2022 18:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85D50E07C7; Sat, 13 Aug 2022 18:29:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4894DE07A9 for ; Sat, 13 Aug 2022 18:29:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83BF53413C2 for ; Sat, 13 Aug 2022 18:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39393568 for ; Sat, 13 Aug 2022 18:29:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660415326.f039f4766ce2b7cfc0ddec806805a4144534c99b.sam@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: templates/ X-VCS-Repository: proj/pambase X-VCS-Files: templates/system-login.tpl X-VCS-Directories: templates/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f039f4766ce2b7cfc0ddec806805a4144534c99b X-VCS-Branch: master Date: Sat, 13 Aug 2022 18:29:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b90c515-7a43-4a43-9b89-4ec6cd3ffe35 X-Archives-Hash: 88e8ff7acaa8a492de8d820427554415 commit: f039f4766ce2b7cfc0ddec806805a4144534c99b Author: Michael Jones jonesmz com> AuthorDate: Sat Aug 6 06:06:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 13 18:28:46 2022 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=f039f476 system-login.tpl: Fix whitespace Closes: https://github.com/gentoo/pambase/pull/16 Signed-off-by: Sam James gentoo.org> templates/system-login.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/system-login.tpl b/templates/system-login.tpl index b4b74cf..0269296 100644 --- a/templates/system-login.tpl +++ b/templates/system-login.tpl @@ -4,11 +4,11 @@ auth include system-auth account required pam_access.so {{ debug|default('', true) }} account required pam_nologin.so -account required pam_time.so +account required pam_time.so account include system-auth password include system-auth -session optional pam_loginuid.so +session optional pam_loginuid.so {% if selinux %} session required pam_selinux.so close {% endif %} @@ -32,9 +32,9 @@ session optional pam_mail.so {% endif %} {% if systemd %} --session optional pam_systemd.so +-session optional pam_systemd.so {% endif %} {% if elogind %} --session optional pam_elogind.so +-session optional pam_elogind.so {% endif %}