about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-07-13 13:22:53 +0200
committeradisbladis <adisbladis@gmail.com>2020-07-13 13:22:53 +0200
commitce49f8cbd08ae71e6446345318f7775644b6bd20 (patch)
tree22e8617bea731d96728138e132a678f9dcbcc447 /nixos/doc/manual
parent5733967290f19f5e1ee43ef057b9b31c647ba80d (diff)
nixos/doc/manual/release-notes: Add release notes for subuid/subgid mappings
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 688671efffc4d..97b94c5756a77 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" ];
      <varname>services.postfix.sslCACert</varname> was replaced by <varname>services.postfix.tlsTrustedAuthorities</varname> which now defaults to system certifcate authorities.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      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.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>