diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-01-05 15:35:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-01-05 18:52:15 +0100 |
commit | 116687f26778c5d8f1fceb9b0ebba363a10597bc (patch) | |
tree | 3514cb8fb28d72896aa6b5434486e4a39b3c23de /man/systemd.system-credentials.xml | |
parent | vconsole: permit configuration of vconsole settings via credentials (diff) | |
download | systemd-116687f26778c5d8f1fceb9b0ebba363a10597bc.tar.xz systemd-116687f26778c5d8f1fceb9b0ebba363a10597bc.zip |
resolved: read DNS conf also from creds and kernel cmdline
Note that this drops ProtectProc=invisible from
systemd-resolved.service.
This is done because othewise access to the booted "kernel" command line is not
necessarily available. That's because in containers we want to read
/proc/1/cmdline for that.
Fixes: #24103
Diffstat (limited to 'man/systemd.system-credentials.xml')
-rw-r--r-- | man/systemd.system-credentials.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml index 3eadf9b985..9e49e3feae 100644 --- a/man/systemd.system-credentials.xml +++ b/man/systemd.system-credentials.xml @@ -116,6 +116,15 @@ </varlistentry> <varlistentry> + <term><varname>network.dns</varname></term> + <term><varname>network.search_domains</varname></term> + <listitem> + <para>DNS server information and search domains. Read by + <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>passwd.hashed-password.root</varname></term> <term><varname>passwd.plaintext-password.root</varname></term> <listitem> |