From 3b9295fcd9a6e26bd3b104703ead9dcf32dadd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 6 Oct 2022 18:06:05 +0200 Subject: [PATCH] Add CHANGES note for [GL #3583] --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 4b45bd2792..65aecf09c5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +6010. [func] Make the initial interface scan happen before + dropping the privileges. This requires exiting + exclusive mode before scanning the interfaces + and re-entering it again when we are done. This + is because starting the listening on interfaces + requires the loopmgr to be running and not paused. + [GL #3583] + 6009. [bug] Don't trust a placeholder KEYDATA from the managed-keys zone by adding it into secroots. [GL #2895]