From: Yu Watanabe Date: Thu, 24 May 2018 04:18:28 +0000 (+0900) Subject: doc: mention in NEWS that AF_INET{,6} are dropped from logind X-Git-Tag: v239~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e2d744b2f8ce8dac0bc686db217c4f45d3148d2;p=thirdparty%2Fsystemd.git doc: mention in NEWS that AF_INET{,6} are dropped from logind Closes #9072. --- diff --git a/NEWS b/NEWS index b05f601c38e..614a53cea21 100644 --- 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