pam: Always use pam_xdg for session and xdm

This ensure that the XDG_RUNTIME_DIR is always created and the environment
variable is present which is a must for any wayland user (at least).
The only "cost" of it is a directory is created and unused.

Reviewed by:	des
Differential Revision:	https://reviews.freebsd.org/D44012
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2024-02-22 06:46:08 +01:00
parent 6e69612d5d
commit 6b9e6f12e5
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ account required pam_unix.so
# session
#session optional pam_ssh.so want_agent
session required pam_lastlog.so no_fail
session required pam_xdg.so
# password
#password sufficient pam_krb5.so no_warn try_first_pass

View file

@ -16,6 +16,7 @@ account required pam_unix.so
# session
#session required pam_ssh.so want_agent
session required pam_lastlog.so no_fail
session required pam_xdg.so
# password
password required pam_deny.so