diff options
author | Jonathan Conder <jono.conder@gmail.com> | 2024-04-17 21:56:52 +0200 |
---|---|---|
committer | Jonathan Conder <jono.conder@gmail.com> | 2024-04-17 22:32:15 +0200 |
commit | 0bf317b62035156ada7fbcd228a51c93d86dd295 (patch) | |
tree | 6b5324bf91332cc2963946cebb0a10d9c723a520 /man/pam_systemd_loadkey.xml | |
parent | Merge pull request #32320 from bluca/softreboot_serialize (diff) | |
download | systemd-0bf317b62035156ada7fbcd228a51c93d86dd295.tar.xz systemd-0bf317b62035156ada7fbcd228a51c93d86dd295.zip |
man: add pam_gnome_keyring to auth section after pam_systemd_loadkey
This is required because pam_sm_open_session [1] only looks at
gkr_system_authtok, which is copied from the kernel keyring in
pam_sm_authenticate.
[1] https://gitlab.gnome.org/GNOME/gnome-keyring/-/blob/46.1/pam/gkr-pam-module.c?ref_type=tags
Diffstat (limited to '')
-rw-r--r-- | man/pam_systemd_loadkey.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/pam_systemd_loadkey.xml b/man/pam_systemd_loadkey.xml index becb32adcd..ab99b1e752 100644 --- a/man/pam_systemd_loadkey.xml +++ b/man/pam_systemd_loadkey.xml @@ -78,6 +78,7 @@ <programlisting> -auth optional pam_systemd_loadkey.so +-auth optional pam_gnome_keyring.so -session optional pam_gnome_keyring.so auto_start -session optional pam_kwallet5.so auto_start </programlisting> |