[Rpm-maint] [rpm-software-management/rpm] Check not configured keystore backends for keys (PR #3539)
Panu Matilainen
notifications at github.com
Wed Jan 29 07:43:12 UTC 2025
@pmatilai commented on this pull request.
> @@ -299,6 +299,7 @@ static void loadKeyring(rpmts ts)
rpmtxn txn = rpmtxnBegin(ts, RPMTXN_READ);
if (txn) {
ts->keystore->load_keys(txn, ts->keyring);
+ check_backends(txn, ts);
No, we're really really not interested in what junk people toss on random locations on the disk. We only look at what we're configured to do.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3539#discussion_r1933391789
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3539/review/2580224034 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250128/3957546b/attachment.htm>
More information about the Rpm-maint
mailing list