From: Ondřej Surý Date: Thu, 6 Oct 2022 12:34:24 +0000 (+0200) Subject: Add CHANGES and release note for [GL #3583] X-Git-Tag: v9.19.7~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ed03164ad9abac4a688a14ed1e2ff245a2f4fe1;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3583] --- diff --git a/CHANGES b/CHANGES index 65aecf09c56..b32e4583eff 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6011. [func] Refactor the privilege setting part of named_os unit + to make libcap on Linux mandatory and use setreuid + and setregid if available. [GL #3583] + 6010. [func] Make the initial interface scan happen before dropping the privileges. This requires exiting exclusive mode before scanning the interfaces diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0114bf583f4..36b1a877fb3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -40,6 +40,9 @@ Feature Changes - None. +- On Linux, libcap is now required dependency to help us keep needed + privileges. :gl:`#3583` + Bug Fixes ~~~~~~~~~