summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-24 13:18:28 +0900
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit80861dbf7898213688d56fff36ee0db6ed95a07a (patch)
treef7a42932d41052a9bb2ca10c0e4b5de01993df70 /NEWS
parent3681bac889ef9c938544a43ebef302a58fc8c00a (diff)
doc: mention in NEWS that AF_INET{,6} are dropped from logind
Closes #9072.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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