Add elogind support

This commit is contained in:
2025-03-11 19:54:58 +02:00
parent a0c1f113e2
commit 2c2f5c7c4d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: pam name: pam
description: Pluggable Authentication Modules for Linux description: Pluggable Authentication Modules for Linux
version: 1.6.0 version: 1.6.0
revision: 3 revision: 4
url: https://github.com/linux-pam/linux-pam url: https://github.com/linux-pam/linux-pam
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
+2
View File
@@ -1 +1,3 @@
session required pam_unix.so session required pam_unix.so
session required pam_loginuid.so
-session optional pam_elogind.so