man: update machine-id(5) with a note about privacy (#4645)

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-11-11 07:31:52 -05:00 committed by Lennart Poettering
parent 00abd62ab5
commit d48bb46b5a

View file

@ -53,30 +53,31 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para>The <filename>/etc/machine-id</filename> file contains the <para>The <filename>/etc/machine-id</filename> file contains the unique machine ID of the local
unique machine ID of the local system that is set during system that is set during installation. The machine ID is a single newline-terminated,
installation. The machine ID is a single newline-terminated, hexadecimal, 32-character, lowercase ID. When decoded from hexadecimal, this corresponds to a
hexadecimal, 32-character, lowercase machine ID string. When 16-byte/128-bit value.</para>
decoded from hexadecimal, this corresponds with a 16-byte/128-bit
string.</para>
<para>The machine ID is usually generated from a random source <para>The machine ID is usually generated from a random source
during system installation and stays constant for all subsequent during system installation and stays constant for all subsequent
boots. Optionally, for stateless systems, it is generated during boots. Optionally, for stateless systems, it is generated during
runtime at early boot if it is found to be empty.</para> runtime at early boot if it is found to be empty.</para>
<para>The machine ID does not change based on user configuration <para>The machine ID does not change based on local or network configuration or when hardware is
or when hardware is replaced.</para> replaced. Due to this and its greater length, it is a more useful replacement for the
<citerefentry project='man-pages'><refentrytitle>gethostid</refentrytitle><manvolnum>3</manvolnum></citerefentry>
call that POSIX specifies.</para>
<para>This machine ID adheres to the same format and logic as the <para>This machine ID adheres to the same format and logic as the
D-Bus machine ID.</para> D-Bus machine ID.</para>
<para>Programs may use this ID to identify the host with a <para>This ID uniquely identifies the host. It should be considered "confidential", and must not
globally unique ID in the network, which does not change even if be exposed in untrusted environments, in particular on the network. If a stable unique
the local network configuration changes. Due to this and its identifier that is tied to the machine is needed for some application, the machine ID or any
greater length, it is a more useful replacement for the part of it must not be used directly. Instead the machine ID should be hashed with a
<citerefentry project='man-pages'><refentrytitle>gethostid</refentrytitle><manvolnum>3</manvolnum></citerefentry> cryptographic, keyed hash function, using a fixed, application-specific key. That way the ID
call that POSIX specifies.</para> will be properly unique, and derived in a constant way from the machine ID but there will be no
way to retrieve the original machine ID from the application-specific one.</para>
<para>The <para>The
<citerefentry><refentrytitle>systemd-machine-id-setup</refentrytitle><manvolnum>1</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd-machine-id-setup</refentrytitle><manvolnum>1</manvolnum></citerefentry>