From: Zbigniew Jędrzejewski-Szmek Date: Tue, 4 Feb 2020 14:29:39 +0000 (+0100) Subject: NEWS: mention empty .link and .network files X-Git-Tag: v245-rc1~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823b0352710619a55916bfc2e6926a355e393907;p=thirdparty%2Fsystemd.git NEWS: mention empty .link and .network files --- diff --git a/NEWS b/NEWS index 6a827ee545a..b67994d913b 100644 --- a/NEWS +++ b/NEWS @@ -251,6 +251,11 @@ CHANGES WITH 245 in spe: permanent MAC address of a network device even if a randomized MAC address is used. + * Any .link and .network files that have an empty [Match] section (this + also includes empty and commented-out files) will now be + rejected. systemd-udev and systemd-networkd started warning about + such files in version 243. + * systemd-logind will now validate access to the operation of changing the virtual terminal via a PolicyKit action. By default, only users with at least one session on a local VT are granted permission.