summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/kdbus.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-07-31 23:08:44 +0200
committerKay Sievers <kay@vrfy.org>2014-07-31 23:08:44 +0200
commite90b8642cde8e11c2d3b49a6722c00a4954796cd (patch)
tree7a923d9bc4d0be8ed943d7c5cc6284a309ae5d2f /src/libsystemd/sd-bus/kdbus.h
parentbd64a88fb0478da2e93c363849b73aed8be36ae7 (diff)
kdbus: update header
Diffstat (limited to 'src/libsystemd/sd-bus/kdbus.h')
-rw-r--r--src/libsystemd/sd-bus/kdbus.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h
index e9f7d44bc..8f98396c5 100644
--- a/src/libsystemd/sd-bus/kdbus.h
+++ b/src/libsystemd/sd-bus/kdbus.h
@@ -481,9 +481,11 @@ enum kdbus_policy_type {
* a well-know name for a process to be started
* when traffic arrives
* @KDBUS_HELLO_POLICY_HOLDER: Special-purpose connection which registers
- * policy entries for one or multiple names. The
- * provided names are not activated, and are not
- * registered with the name database
+ * policy entries for a name. The provided name
+ * is not activated and not registered with the
+ * name database, it only allows unprivileged
+ * connections to aquire a name, talk or discover
+ * a service
* @KDBUS_HELLO_MONITOR: Special-purpose connection to monitor
* bus traffic
*/
@@ -602,9 +604,7 @@ enum kdbus_name_flags {
* struct kdbus_cmd_name - struct to describe a well-known name
* @size: The total size of the struct
* @flags: Flags for a name entry (KDBUS_NAME_*)
- * @owner_id: The current owner of the name. For requests,
- * privileged users may set this field to
- * (de)register names on behalf of other connections.
+ * @owner_id: The current owner of the name.
* @conn_flags: The flags of the owning connection (KDBUS_HELLO_*)
* @name: The well-known name
*