trust anchors: use parallel-safe temporary name
Compare changes
+ 3
− 3
@@ -218,7 +218,8 @@ end
@@ -230,8 +231,7 @@ local function keyset_write(keyset)
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Previously multiple kresd processes might use the same .lock file at once and thus have a race between writing and renaming. That could happen relatively often if starting many instances at once.