[Rpm-maint] [rpm-software-management/rpm] %_keyring fs fixes (PR #1956)

Demi Marie Obenour notifications at github.com
Fri Mar 18 09:19:40 UTC 2022


@DemiMarie commented on this pull request.



>      int krc, i;
 
+    char *krtype = rpmExpand("%{?_keyring}", NULL);
+    if (rstreq(krtype, "fs")) {

Supporting import would be awesome, not least because it can be done in a completely lockless manner by using the key hash or fingerprint for the file name.  That means that it can be done in the middle of a transaction, which is incredibly useful for key rotation.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1956#discussion_r829820914
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/1956/review/914114136 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220318/fc86ceab/attachment.html>


More information about the Rpm-maint mailing list