commit: 7c934559f9d2df0110e0910dccb19b81bdda035e Author: Willem Grant <willemgrant <AT> mailfence <DOT> com> AuthorDate: Tue Jan 13 19:23:00 2026 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Tue Jan 13 19:24:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c934559
gui-apps/lemurs: fix session management with pam file in files/lemurs.pam Signed-off-by: Willem Grant <willemgrant <AT> mailfence.com> gui-apps/lemurs/files/lemurs.pam | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gui-apps/lemurs/files/lemurs.pam b/gui-apps/lemurs/files/lemurs.pam index 5953cd92fc..98d06d6990 100644 --- a/gui-apps/lemurs/files/lemurs.pam +++ b/gui-apps/lemurs/files/lemurs.pam @@ -1,11 +1,7 @@ #%PAM-1.0 # Lemur's PAM file Gentoo Edition -# I'm not really sure what I did here so -# if you think something is wrong in here, -# you may be right. -# ~ Lemurs GURU ebuild maintainer -auth substack system-auth -account include system-auth --session optional pam_systemd.so class=greeter --session optional pam_elogind.so class=greeter -session include system-auth +# Note: the pam_systemd line is optional and ignored gracefully on OpenRC systems. +auth substack system-login +account include system-login +-session optional pam_systemd.so +session include system-login
