mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/lemurs: fix session management with pam file in files/lemurs.pam
Signed-off-by: Willem Grant <willemgrant@mailfence.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user