- 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:
parent
a95b5f34c2
commit
77c37392a4
@ -21,4 +21,5 @@ account include common-account
|
||||
session required pam_selinux.so close
|
||||
session required pam_selinux.so nottys open
|
||||
session required pam_loginuid.so
|
||||
session optional pam_keyinit.so force revoke
|
||||
session include common-session
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user