Skip to content

Commit

Permalink
[dbus] add interfaces to org.neard plugin. JB#49283
Browse files Browse the repository at this point in the history
neard D-Bus interfaces need Properties and ObjectManager
  • Loading branch information
MrBam authored and monich committed Mar 16, 2020
1 parent 457dd91 commit 4380e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/dbus_neard/org.neard.conf
Expand Up @@ -8,6 +8,8 @@
<allow own="org.neard"/>
</policy>
<policy context="default">
<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"/>
<allow send_destination="org.neard" send_interface="org.neard.Record"/>
<allow send_destination="org.neard" send_interface="org.neard.Tag"/>
Expand Down

0 comments on commit 4380e98

Please sign in to comment.