mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: mention sd_bus_message_get_creds as another way
of retrieving sd_bus_creds even though sd_bus_creds itself contains very limited information.
This commit is contained in:
parent
37c47e5e5b
commit
b655a0282c
@ -299,10 +299,12 @@
|
||||
identified by the specified PID, with
|
||||
<citerefentry><refentrytitle>sd_bus_get_name_creds</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
|
||||
in which case they describe the credentials of a bus peer
|
||||
identified by the specified bus name, or with
|
||||
identified by the specified bus name, with
|
||||
<citerefentry><refentrytitle>sd_bus_get_owner_creds</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
|
||||
in which case they describe the credentials of the creator of a
|
||||
bus.</para>
|
||||
bus, or with
|
||||
<citerefentry><refentrytitle>sd_bus_message_get_creds</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
|
||||
in which case they describe the credentials of the sender of the message.</para>
|
||||
|
||||
<para><function>sd_bus_creds_get_pid()</function> will retrieve
|
||||
the PID (process identifier). Similar,
|
||||
|
Loading…
Reference in New Issue
Block a user