From 7e40042b55c245ffd449e764edfc4dd7c0aa0094 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 2 Mar 2021 11:12:09 +0000 Subject: [PATCH] man: document usage of SD_BUS_CREDS_AUGMENT --- man/sd_bus_query_sender_creds.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/sd_bus_query_sender_creds.xml b/man/sd_bus_query_sender_creds.xml index d0769e8c85b..47cc3367064 100644 --- a/man/sd_bus_query_sender_creds.xml +++ b/man/sd_bus_query_sender_creds.xml @@ -50,7 +50,8 @@ interested in. See sd_bus_creds_new_from_pid3 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 + SD_BUS_CREDS_AUGMENT 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 sd_bus_get_name_creds3