mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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)
23 lines
571 B
Text
23 lines
571 B
Text
#
|
|
#
|
|
# System-wide defaults
|
|
#
|
|
|
|
# auth
|
|
#auth sufficient pam_krb5.so no_warn try_first_pass
|
|
#auth sufficient pam_ssh.so no_warn try_first_pass
|
|
auth required pam_unix.so no_warn try_first_pass nullok
|
|
|
|
# account
|
|
#account required pam_krb5.so
|
|
account required pam_login_access.so
|
|
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
|
|
password required pam_unix.so no_warn try_first_pass
|