diff options
author | Michal Koutný <Werkov@users.noreply.github.com> | 2017-04-24 16:19:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-04-24 16:19:53 +0200 |
commit | a96f668e49dc72a91ca3fa6b367cea186bc8f0e7 (patch) | |
tree | 6de311308016585a5e0130082cae68fe742bad96 /man | |
parent | eda8c27fea6094fbba387e015beaad9e2742a829 (diff) | |
download | systemd-a96f668e49dc72a91ca3fa6b367cea186bc8f0e7.tar.gz systemd-a96f668e49dc72a91ca3fa6b367cea186bc8f0e7.tar.bz2 systemd-a96f668e49dc72a91ca3fa6b367cea186bc8f0e7.zip |
man: systemd.journal-fields: Note about originator PID (#5724)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.journal-fields.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 0ef844b821..b82c1300ca 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -156,7 +156,9 @@ <listitem> <para>The process, user, and group ID of the process the journal entry originates from formatted as a decimal - string.</para> + string. Note that entries obtained via <literal>stdout</literal> or + <literal>stderr</literal> of forked processes will contain credentials valid for a parent + process (that initiated the connection to <command>systemd-journald</command>).</para> </listitem> </varlistentry> |