From a5dce3eae1a077c604e16905ef9dee86ce5f4882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 25 Feb 2026 14:07:02 +0100 Subject: [PATCH] NEWS: mention userns mapping change Closes #40495. C.f. 24c73c79204bd22d243430bc0d9c2a7d814250bf, 705cc82938b67fa110f2f6f5d28bfb9ec2f339c0. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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,