- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741)

That way "systemd --user" instances get their own session keyring instead of
  the user default session keyring. For some reasons cifscreds refuses to work
  with the latter. That's what is expected for every PAM session anyway.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1365
This commit is contained in:
Franck Bui 2023-03-31 13:08:07 +00:00 committed by Git OBS Bridge
parent 281395171a
commit c4b124bd24
2 changed files with 10 additions and 0 deletions

View File

@ -21,4 +21,5 @@ account include common-account
session required pam_selinux.so close session required pam_selinux.so close
session required pam_selinux.so nottys open session required pam_selinux.so nottys open
session required pam_loginuid.so session required pam_loginuid.so
session optional pam_keyinit.so force revoke
session include common-session session include common-session

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 31 12:55:21 UTC 2023 - Franck Bui <fbui@suse.com>
- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741)
That way "systemd --user" instances get their own session keyring instead of
the user default session keyring. For some reasons cifscreds refuses to work
with the latter. That's what is expected for every PAM session anyway.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 28 16:01:58 UTC 2023 - Franck Bui <fbui@suse.com> Tue Mar 28 16:01:58 UTC 2023 - Franck Bui <fbui@suse.com>