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-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=80861dbf7898213688d56fff36ee0db6ed95a07a;p=elogind.git doc: mention in NEWS that AF_INET{,6} are dropped from logind Closes #9072. --- diff --git a/NEWS b/NEWS index 15caecb25..293d1daa7 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 + 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