credential-libsecret: unlock locked secrets
Credentials exposed by the secret service DBUS interface may be locked. Setting the SECRET_SEARCH_UNLOCK flag will make the secret service unlock these secrets, possibly prompting the user for credentials to do so. Without this flag, the secret is simply not loaded. Signed-off-by: Dennis Kaarsemaker <dennis@kaarsemaker.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
39aaab1099
commit
9c109e9bbc
@ -104,7 +104,7 @@ static int keyring_get(struct credential *c)
|
|||||||
items = secret_service_search_sync(service,
|
items = secret_service_search_sync(service,
|
||||||
SECRET_SCHEMA_COMPAT_NETWORK,
|
SECRET_SCHEMA_COMPAT_NETWORK,
|
||||||
attributes,
|
attributes,
|
||||||
SECRET_SEARCH_LOAD_SECRETS,
|
SECRET_SEARCH_LOAD_SECRETS | SECRET_SEARCH_UNLOCK,
|
||||||
NULL,
|
NULL,
|
||||||
&error);
|
&error);
|
||||||
g_hash_table_unref(attributes);
|
g_hash_table_unref(attributes);
|
||||||
|
Reference in New Issue
Block a user