X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsysusers.d.xml;h=18c71db63e737635eb213c4c12849f96862e1db2;hp=1832ecf0e6e4cfc2ffe4190c05d65cdf377fabde;hb=8530dc4467691a893aa2e07319b18a84fec96cad;hpb=81163121e649523b4071f67ddc03c2db649036c5 diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 1832ecf0e..18c71db63 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -134,6 +134,25 @@ u root 0 "Superuser" /root will be implicitly created. + + + r + Add a range of + numeric UIDs/GIDs to the pool + to allocate new UIDs and GIDs + from. If no line of this type + is specified the range of + UIDs/GIDs is set to some + compiled-in default. Note that + both UIDs and GIDs are + allocated from the same pool, + in order to ensure that users + and groups of the same name + are likely to carry the same + numeric UID and + GID. + + @@ -154,6 +173,10 @@ u root 0 "Superuser" /root For m lines this field should contain the user name to add to a group. + + For lines of type r + this field should be set to + -. @@ -175,6 +198,14 @@ u root 0 "Superuser" /root For m lines this field should contain the group name to add to a user to. + + For lines of type r + this field should be set to a UID/GID range in + the format FROM-TO where + both values are formatted as decimal ASCII + numbers. Alternatively, a single UID/GID may + be specified formatted as decimal ASCII + numbers.