chiark / gitweb /
doc: mention in NEWS that AF_INET{,6} are dropped from logind
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 May 2018 04:18:28 +0000 (13:18 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Closes #9072.

NEWS

diff --git a/NEWS b/NEWS
index 15caecb2567be87fae882f762f9ef20f60d5d031..293d1daa798480b94cd806d194ec4c09f1cb40a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,14 @@ CHANGES WITH 239 in spe:
           and udev may generate names based on PCI slot number in some cases
           where it previously did not.
 
+        * AF_INET and AF_INET6 are dropped from RestrictAddressFamilies= in
+          elogind.service. Since v235, IPAddressDeny=any has been set to
+          the unit. So, it is expected that the default behavior of elogind
+          is not changed. However, if distribution packagers or administrators
+          disabled or modified IPAddressDeny= setting by a drop-in config file,
+          then it may be necessary to update the file to re-enable AF_INET and
+          AF_INET6 to support network user name services, e.g. NIS.
+
 CHANGES WITH 238:
 
         * The MemoryAccounting= unit property now defaults to on. After