diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-17 12:24:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-17 12:25:01 +0200 |
commit | 8fb350049bb7a7305589f201df9d37482e544f24 (patch) | |
tree | 7198ac905c65e50b828d627007c79526205068de /man/systemd-nspawn.xml | |
parent | Merge pull request #27664 from mrc0mmand/test-merge (diff) | |
download | systemd-8fb350049bb7a7305589f201df9d37482e544f24.tar.xz systemd-8fb350049bb7a7305589f201df9d37482e544f24.zip |
man: fixes for assorted issues reported by the manpage-l10n project
Fixes #26761.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index ded8e3cd71..847a11f0e0 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1396,13 +1396,15 @@ After=sys-subsystem-net-devices-ens1.device</programlisting> <option>0 … y</option> seen from inside of the container is mapped to <option>x + z</option> in the <option>x … x + y</option> range on the host. Other host users are mapped to <option>nobody</option> inside the container.</para></listitem> + <listitem><para>If <option>idmap</option> is used, any user <option>z</option> in the UID range <option>0 … y</option> as seen from inside the container is mapped to the same <option>z</option> - in the same <option>0 … y</option> range on the host. All host users outside of that range are - mapped to <option>nobody</option> inside the container.</para></listitem> + in the same <option>0 … y</option> range on the host. Other host users are mapped to + <option>nobody</option> inside the container.</para></listitem> + <listitem><para>If <option>rootidmap</option> is used, the user <option>0</option> seen from inside - of the container is mapped to <option>p</option> on the host. All host users outside of that range - are mapped to <option>nobody</option> inside the container.</para></listitem> + of the container is mapped to <option>p</option> on the host. Other host users are mapped to + <option>nobody</option> inside the container.</para></listitem> </itemizedlist></para> <para>Whichever ID mapping option is used, the same mapping will be used for users and groups IDs. If |