From ce49f8cbd08ae71e6446345318f7775644b6bd20 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 13 Jul 2020 13:22:53 +0200 Subject: [PATCH] nixos/doc/manual/release-notes: Add release notes for subuid/subgid mappings --- nixos/doc/manual/release-notes/rl-2009.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml index 688671efffc..97b94c5756a 100644 --- a/nixos/doc/manual/release-notes/rl-2009.xml +++ b/nixos/doc/manual/release-notes/rl-2009.xml @@ -124,6 +124,12 @@ systemd.services.mysql.serviceConfig.ReadWritePaths = [ "/var/data" ]; services.postfix.sslCACert was replaced by services.postfix.tlsTrustedAuthorities which now defaults to system certifcate authorities. + + + Subordinate GID and UID mappings are now set up automatically for all normal users. + This will make container tools like Podman work as non-root users out of the box. + +