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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-10-27 18:50:41 +01:00
parent 9428df3740
commit 0196ed3543

View file

@ -7034,33 +7034,6 @@
server.
</entry>
</row>
<row>
<entry>org.freedesktop.DBus.Containers1.Type</entry>
<entry>STRING</entry>
<entry>
The container technology that created the container
instance, as passed to <literal>AddServer</literal>.
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
<literal>org.flatpak</literal>.
</entry>
</row>
<row>
<entry>org.freedesktop.DBus.Containers1.Name</entry>
<entry>STRING</entry>
<entry>
The contained app name for the container instance,
as passed to <literal>AddServer</literal>. 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
<literal>org.gnome.Weather</literal>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>