GNOME Bugzilla – Bug 710187
Allow unlocking login keyring while starting daemon from command line
Last modified: 2014-03-05 12:06:20 UTC
Currently we read a password on stdin when starting the daemon from PAM. Some other non-PAM callers want to do this as well. Reusing the --login option for this doesn't work as it has other semantics such as delayed initialization. Add a new --unlock option to prompt for password.
Created attachment 257349 [details] [review] daemon: Add new --unlock option to prompt for login password
Request testing/review of attached patch, before I push it.
I've tested this in gnome-initial-setup now - it works
Review of attachment 257349 [details] [review]: ::: docs/gnome-keyring-daemon.xml @@ +98,3 @@ <command>gnome-keyring-daemon</command> <option>--start</option> invocation.</para> + <para>This option implies <option>--unlock</option>. This option This option ... This option sounds a bit awkward. I'd just say 'It' the second time around
Thanks for the testing. Made that documentation change. Attachment 257349 [details] pushed as ed727e3 - daemon: Add new --unlock option to prompt for login password