mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
This is the simplest change I could come up with to add working autologin, only bit I really dislike is the event but it seemed like the cleanest way without refactoring. Co-authored-by: ferreo <harderthanfire@gmail.com> Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/841 Reviewed-by: AnErrupTion <anerruption@disroot.org> Co-authored-by: ferreo <ferreo@noreply.codeberg.org> Co-committed-by: ferreo <ferreo@noreply.codeberg.org>
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
#%PAM-1.0
|
|
|
|
# OpenPAM (used in FreeBSD) doesn't support prepending "-" for ignoring missing
|
|
# modules.
|
|
auth required pam_permit.so
|
|
auth include login
|
|
account include login
|
|
password include login
|
|
session include login
|