systemd/systemd-user
Franck Bui 70a02e7977 - Suppress PAM warning when the credentials for user@.service service
are established (bsc#1190515)
  systemd-user PAM service needs to define a default implementation of
  pam_setcred() otherwise the fallback (defined by /etc/pam.d/other)
  is used, which consists of pam_warn.so + pam_deny.so, and will throw
  a warning each time a user logs in.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1197
2021-10-06 08:03:55 +00:00

12 lines
255 B
Plaintext

# This file is part of systemd.
#
# Used by systemd --user instances.
auth required pam_permit.so
account include common-account
session required pam_selinux.so close
session required pam_selinux.so nottys open
session include common-session