30c0969bef
- Use multibuild to build docu with correct paths and available features. - common-session: move pam_systemd to first position as if the file would have been generated with pam-config - Add vendordir fixes and enhancements from upstream: - 0001-Include-pam_xauth_data.3.xml-in-source-archive-400.patch - 0002-Only-include-vendordir-in-manual-page-if-set-401.patch - 0003-Use-vendor-specific-limits.conf-as-fallback-402.patch OBS-URL: https://build.opensuse.org/request/show/933444 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=254
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
#
|
|
# /etc/pam.d/common-session - session-related modules common to all services
|
|
#
|
|
# This file is included from other service-specific PAM config files,
|
|
# and should contain a list of modules that define tasks to be performed
|
|
# at the start and end of sessions of *any* kind (both interactive and
|
|
# non-interactive).
|
|
#
|
|
session optional pam_systemd.so
|
|
session required pam_limits.so
|
|
session required pam_unix.so try_first_pass
|
|
session optional pam_umask.so
|
|
session optional pam_env.so
|