mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 (cherry picked from commit 6b9e6f12e5bbfe347dba8ff8e1e161f9180a1edd)
This commit is contained in:
parent
155779894f
commit
8bca4da5bc
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue