]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 May 2018 10:05:54 +0000 (12:05 +0200)
Closes #9072.

NEWS

diff --git a/NEWS b/NEWS
index b05f601c38e92e4dd127e6a016cc9aaa85c1e53d..614a53cea21827b60c5be87a887bcb9f8968a675 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
+          systemd-logind.service. Since v235, IPAddressDeny=any has been set to
+          the unit. So, it is expected that the default behavior of systemd-logind
+          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