mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
gpg: do not use secring.gpg
It contains the secret keyring Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
cf30f8717a
commit
f37cbe1fc9
@ -396,6 +396,9 @@ _ostree_gpg_verifier_add_keyring_dir (OstreeGpgVerifier *self,
|
||||
if (g_str_equal (name, "trustdb.gpg"))
|
||||
continue;
|
||||
|
||||
if (g_str_equal (name, "secring.gpg"))
|
||||
continue;
|
||||
|
||||
self->keyrings = g_list_append (self->keyrings, g_object_ref (path));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user