Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dbus] Allow org.freedesktop.DBus.Introspectable. Fixes JB#50287
  • Loading branch information
monich committed Jul 8, 2020
1 parent 22c2479 commit 9ed470b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/dbus_neard/org.neard.conf
Expand Up @@ -8,6 +8,7 @@
<allow own="org.neard"/>
</policy>
<policy context="default">
<allow send_destination="org.neard" send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.neard" send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.neard" send_interface="org.freedesktop.DBus.ObjectManager"/>
<allow send_destination="org.neard" send_interface="org.neard.Adapter"/>
Expand Down
2 changes: 2 additions & 0 deletions plugins/dbus_service/org.sailfishos.nfc.daemon.conf
Expand Up @@ -8,6 +8,8 @@
<allow own="org.sailfishos.nfc.daemon"/>
</policy>
<policy context="default">
<allow send_destination="org.sailfishos.nfc.daemon"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.sailfishos.nfc.daemon"
send_interface="org.sailfishos.nfc.Daemon"/>
<allow send_destination="org.sailfishos.nfc.daemon"
Expand Down
2 changes: 2 additions & 0 deletions plugins/settings/org.sailfishos.nfc.settings.conf
Expand Up @@ -8,6 +8,8 @@
<allow own="org.sailfishos.nfc.settings"/>
</policy>
<policy context="default">
<allow send_destination="org.sailfishos.nfc.settings"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.sailfishos.nfc.settings"
send_interface="org.sailfishos.nfc.Settings"/>
</policy>
Expand Down

0 comments on commit 9ed470b

Please sign in to comment.