From 0196ed354322d34de2bd347a0ec1e2c2282aa3b5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Oct 2023 18:50:41 +0100 Subject: [PATCH] spec: GetConnectionCredentials doesn't include container context metadata In early prototypes we put the Type and Name here, but that leads to some difficult questions about whether they can be trusted, and the answer is unfortunately "it depends". Signed-off-by: Simon McVittie --- doc/dbus-specification.xml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index c20a6bbe..f163e623 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7034,33 +7034,6 @@ server. - - - org.freedesktop.DBus.Containers1.Type - STRING - - The container technology that created the container - instance, as passed to AddServer. - Omitted from the dictionary if this connection is not - via a container's server. For example, a typical value - for a Flatpak application would be - org.flatpak. - - - - - org.freedesktop.DBus.Containers1.Name - STRING - - The contained app name for the container instance, - as passed to AddServer. Omitted - from the dictionary if this connection is not via a - container's server. For example, a typical value for - a Flatpak application would be - org.gnome.Weather. - - -