SHA256
6
0
forked from pool/pam
Files
pam/common-session.pamd
Michael Calmer 90822429c9 Accepting request 199888 from home:sumski:branches:Linux-PAM
Explicitly add pam_systemd.so to list of modules in common-session.pamd (bnc#812462)

OBS-URL: https://build.opensuse.org/request/show/199888
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=121
2013-09-26 13:04:12 +00:00

13 lines
488 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 required pam_limits.so
session required pam_unix.so try_first_pass
session optional pam_umask.so
session optional pam_env.so
session optional pam_systemd.so