summaryrefslogtreecommitdiff
path: root/man/sd_bus_query_sender_creds.xml
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-03-02 11:12:09 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-02 12:18:53 +0100
commit7e40042b55c245ffd449e764edfc4dd7c0aa0094 (patch)
treec45346b9fddb849ed50b9fc2058c28492820b95d /man/sd_bus_query_sender_creds.xml
parent0498d8d74a91b0c01e4d238a84e334ea0f0e247f (diff)
downloadsystemd-7e40042b55c245ffd449e764edfc4dd7c0aa0094.tar.gz
man: document usage of SD_BUS_CREDS_AUGMENT
Diffstat (limited to 'man/sd_bus_query_sender_creds.xml')
-rw-r--r--man/sd_bus_query_sender_creds.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/sd_bus_query_sender_creds.xml b/man/sd_bus_query_sender_creds.xml
index d0769e8c85..47cc336706 100644
--- a/man/sd_bus_query_sender_creds.xml
+++ b/man/sd_bus_query_sender_creds.xml
@@ -50,7 +50,8 @@
interested in. See
<citerefentry><refentrytitle>sd_bus_creds_new_from_pid</refentrytitle><manvolnum>3</manvolnum></citerefentry>
for a list of possible flags. First, this message checks if the requested credentials are attached to the
- message itself. If not but the message contains the pid of the sender, this function tries to figure out
+ message itself. If not, but the message contains the pid of the sender and the caller specified the
+ <constant index='false'>SD_BUS_CREDS_AUGMENT</constant> flag, this function tries to figure out
the missing credentials via other means (starting from the pid). If the pid isn't available but the
message has a sender, this function calls
<citerefentry><refentrytitle>sd_bus_get_name_creds</refentrytitle><manvolnum>3</manvolnum></citerefentry>