From: Zbigniew Jędrzejewski-Szmek Date: Wed, 25 Feb 2026 13:07:02 +0000 (+0100) Subject: NEWS: mention userns mapping change X-Git-Tag: v260-rc1~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5dce3eae1a077c604e16905ef9dee86ce5f4882;p=thirdparty%2Fsystemd.git NEWS: mention userns mapping change Closes #40495. C.f. 24c73c79204bd22d243430bc0d9c2a7d814250bf, 705cc82938b67fa110f2f6f5d28bfb9ec2f339c0. --- diff --git a/NEWS b/NEWS index df834e55ebe..9e38b7faa31 100644 --- a/NEWS +++ b/NEWS @@ -137,6 +137,11 @@ CHANGES WITH 260 in spe: which automatically assigns a dynamic and transient range of 65536 UIDs/GIDs to the unit. + * The implementation for PrivateUsers=full has been updated map the + full range of IDs. The workaround to allow nested systemd older than + 257 to correctly detect that it is under such a mapping has been + dropped. + * EnqueueMarkedJobs() D-Bus method now has a Varlink counterpart. * SetProperties() D-Bus method now has a Varlink counterpart. For now,