mirror of
https://github.com/systemd/systemd.git
synced 2025-02-25 21:57:32 +03:00
man/systemd-nspawn: document hashing machine name for uid base
Explicitly document the behavior introduced in #7437: when picking a new UID shift base with "-U", a hash of the machine name will be tried before falling back to fully random UID base candidates.
This commit is contained in:
parent
5fc3b26125
commit
68709a636c
@ -714,7 +714,8 @@
|
|||||||
this way is used, similar to the behavior if "yes" is specified. If the check is not successful (and thus
|
this way is used, similar to the behavior if "yes" is specified. If the check is not successful (and thus
|
||||||
the UID/GID range indicated in the root directory's file owner is already used elsewhere) a new – currently
|
the UID/GID range indicated in the root directory's file owner is already used elsewhere) a new – currently
|
||||||
unused – UID/GID range of 65536 UIDs/GIDs is randomly chosen between the host UID/GIDs of 524288 and
|
unused – UID/GID range of 65536 UIDs/GIDs is randomly chosen between the host UID/GIDs of 524288 and
|
||||||
1878982656, always starting at a multiple of 65536. This setting implies
|
1878982656, always starting at a multiple of 65536, and, if possible, consistently hashed from the machine
|
||||||
|
name. This setting implies
|
||||||
<option>--private-users-chown</option> (see below), which has the effect that the files and directories in
|
<option>--private-users-chown</option> (see below), which has the effect that the files and directories in
|
||||||
the container's directory tree will be owned by the appropriate users of the range picked. Using this option
|
the container's directory tree will be owned by the appropriate users of the range picked. Using this option
|
||||||
makes user namespace behavior fully automatic. Note that the first invocation of a previously unused
|
makes user namespace behavior fully automatic. Note that the first invocation of a previously unused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user