summaryrefslogtreecommitdiff
path: root/docs/UIDS-GIDS.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-05-07 11:44:26 +0200
committerLennart Poettering <lennart@poettering.net>2021-05-19 17:46:59 +0200
commita06c9ac27782f21cd0eaf4078f4588b4f8cd2585 (patch)
tree2580ea582ca1b9c5c90e9af35c97ae66882f2efc /docs/UIDS-GIDS.md
parent2f8930449079403b26c9164b8eeac78d5af2c8df (diff)
downloadsystemd-a06c9ac27782f21cd0eaf4078f4588b4f8cd2585.tar.gz
man: document new nspawn --bind-user= feature
Diffstat (limited to 'docs/UIDS-GIDS.md')
-rw-r--r--docs/UIDS-GIDS.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/UIDS-GIDS.md b/docs/UIDS-GIDS.md
index e289a9b68e..5342ccd166 100644
--- a/docs/UIDS-GIDS.md
+++ b/docs/UIDS-GIDS.md
@@ -241,8 +241,9 @@ the artifacts the container manager persistently leaves in the system.
| 5 | `tty` group | `systemd` | `/etc/passwd` |
| 6…999 | System users | Distributions | `/etc/passwd` |
| 1000…60000 | Regular users | Distributions | `/etc/passwd` + LDAP/NIS/… |
-| 60001…60513 | Human Users (homed) | `systemd` | `nss-systemd` |
-| 60514…61183 | Unused | | |
+| 60001…60513 | Human users (homed) | `systemd` | `nss-systemd` |
+| 60514…60577 | Host users mapped into containers | `systemd` | `systemd-nspawn` |
+| 60578…61183 | Unused | | |
| 61184…65519 | Dynamic service users | `systemd` | `nss-systemd` |
| 65520…65533 | Unused | | |
| 65534 | `nobody` user | Linux | `/etc/passwd` + `nss-systemd` |