diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-24 13:18:28 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-05-24 12:05:54 +0200 |
commit | 6e2d744b2f8ce8dac0bc686db217c4f45d3148d2 (patch) | |
tree | f269ebcc18a2c515e9d7e27371a58caec19cb1d1 /NEWS | |
parent | 2ad98f977f4c9f3b7fb474299b220ffc1c0e3159 (diff) | |
download | systemd-6e2d744b2f8ce8dac0bc686db217c4f45d3148d2.tar.gz |
doc: mention in NEWS that AF_INET{,6} are dropped from logind
Closes #9072.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |