mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-14 07:28:04 +02:00
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:
parent
9428df3740
commit
0196ed3543
1 changed files with 0 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue