From acb90c49c42276b06375a66c73673ac351025597 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 20 Apr 2022 13:10:24 +0200 Subject: [PATCH] sync our systemd-user PAM config. with upstream This incorporates changes from the following commits: https://github.com/systemd/systemd/commit/bd685faa1a3d08598322dc6e256ac585cffcdbac https://github.com/systemd/systemd/commit/71889176e4372b443018584c3520c1ff3efe2711 --- systemd-user | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd-user b/systemd-user index c4c427f..8ef2c18 100644 --- a/systemd-user +++ b/systemd-user @@ -2,10 +2,13 @@ # # Used by systemd --user instances. +-account sufficient pam_systemd_home.so +account sufficient pam_unix.so no_pass_expiry account include system-auth session required pam_selinux.so close session required pam_selinux.so nottys open session required pam_loginuid.so session required pam_namespace.so +-session optional pam_systemd_home.so session include system-auth