- Update systemd-user PAM service again

Change the default implementation of pam_setcred() again, previously
  customized to run the full "auth" PAM stack and only call pam_deny.so which is
  basically the SUSE default behavior without pam_warn.so.
  This is considered safer, especially on SLE where a regression was spotted by
  QA.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1217
This commit is contained in:
2022-01-04 08:30:42 +00:00
committed by Git OBS Bridge
parent 493d5f22b9
commit c3f45bf95e
3 changed files with 24 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package systemd
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed