diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-07-07 21:29:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-07-14 17:08:12 +0200 |
commit | 4c2cf15751e7797452e0d7d2906b10fb2b46db3f (patch) | |
tree | b65422e792fb25bdc24e38030d5d5bc02d83abff /man/systemd-machined.service.xml | |
parent | 4751364e764983a976ff7fc8418b396ddb67430d (diff) | |
download | systemd-4c2cf15751e7797452e0d7d2906b10fb2b46db3f.tar.gz |
man: document new varlink service
Diffstat (limited to 'man/systemd-machined.service.xml')
-rw-r--r-- | man/systemd-machined.service.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-machined.service.xml b/man/systemd-machined.service.xml index 5172f6511a..a976c606bd 100644 --- a/man/systemd-machined.service.xml +++ b/man/systemd-machined.service.xml @@ -116,6 +116,13 @@ <citerefentry><refentrytitle>systemd-importd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> is also available, which implements importing, exporting, and downloading of container and VM images. </para> + + <para>For each container registered with <filename>systemd-machined.service</filename> that employs user + namespacing, users/groups are synthesized for the used UIDs/GIDs. These are made available to the system + using the <ulink url="https://systemd.io/USER_GROUP_API">User/Group Record Lookup API via + Varlink</ulink>, and thus may be resolved with + <citerefentry><refentrytitle>userdbctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> or the + usual glibc NSS calls.</para> </refsect1> <refsect1> |