summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2022-01-05 13:20:47 +0300
committerNikolay Amiantov <ab@fmap.me>2022-01-09 09:43:55 +0300
commitf2c5970a7654c8fed9ba13f70071c29161d80c7c (patch)
treed5c68ce8a21f5f5f13646431e85d5d2b7a564859 /nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
parent95e4f1eff7d887c866241e82aa5bf27e7e237c1a (diff)
downloadnixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.tar
nixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.tar.gz
nixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.tar.bz2
nixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.tar.lz
nixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.tar.xz
nixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.tar.zst
nixpkgs-f2c5970a7654c8fed9ba13f70071c29161d80c7c.zip
users-groups service: add autoSubUidGidRange option
Previously we allocated subuids automatically for all normal users.
Make this explicitly configurable, so that one can use this for system
users too (or explicitly disable for normal users). Also don't allocate
automatically by default if a user already has ranges specified statically.
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2205.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index fde5eec857b..c389d19de14 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -228,6 +228,15 @@
           to your configuration.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Normal users (with <literal>isNormalUser = true</literal>)
+          which have non-empty <literal>subUidRanges</literal> or
+          <literal>subGidRanges</literal> set no longer have additional
+          implicit ranges allocated. To enable automatic allocation back
+          set <literal>autoSubUidGidRange = true</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-notable-changes">