Files
flatpak/dbus-proxy
Alexander Larsson d3d463872f dbus-proxy: Relax wildcard matching to match arg0namespace dbus behaviour
This means a rule like org.the.foo.* now also matches org.the.foo itself, and also
any sub-matches longer than one element, so for instance it now also matches
org.the.foo.bar.gazonk in addition to org.the.foo.bar which was already accepted
before.

The reason for this is that we want to be able to use the work in
 https://bugs.freedesktop.org/show_bug.cgi?id=101902
to do filter in the actual dbus daemon instead of having to use a proxy, and
we need the two to behave the same way.

This is a slight widening of the access which could technically grant
apps access to something that they did not have before. However, given
the current state of sandboxing and what is currently in use this does
not seem too problematic.

Closes: #1730
Approved by: alexlarsson
2018-05-29 10:23:58 +00:00
..