mirror of
https://github.com/flatpak/flatpak.git
synced 2026-07-06 22:27:04 -04:00
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