summaryrefslogtreecommitdiff
path: root/systemd-user.pam
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane-aur@freethoughts.de>2025-10-03 00:05:56 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2025-10-03 00:05:56 +0200
commitd46cb14d80310c8081ec12e21df9445b5c1bc91d (patch)
tree218124ea2bc4f44e1e902b7d5027817ad5136c16 /systemd-user.pam
parent5d6462c45081611f6c7717b5a360929b23799153 (diff)
downloadsystemd-git-d46cb14d80310c8081ec12e21df9445b5c1bc91d.tar.gz
systemd-git-d46cb14d80310c8081ec12e21df9445b5c1bc91d.tar.bz2
Functionally in sync with core/systemd 258-4.
Diffstat (limited to 'systemd-user.pam')
-rw-r--r--systemd-user.pam11
1 files changed, 8 insertions, 3 deletions
diff --git a/systemd-user.pam b/systemd-user.pam
index 83f7626..8442643 100644
--- a/systemd-user.pam
+++ b/systemd-user.pam
@@ -1,5 +1,10 @@
# Used by systemd --user instances.
-account include system-login
-session required pam_loginuid.so
-session include system-login
+account include system-login
+
+session required pam_loginuid.so
+session optional pam_keyinit.so force revoke
+session include system-auth
+session optional pam_umask.so
+session optional pam_systemd.so
+session required pam_env.so