Skip to content

Commit

Permalink
[mdm] Allow the sailfish-mdm user to call ssu over DBus. JB#47762
Browse files Browse the repository at this point in the history
  • Loading branch information
abranson committed Feb 21, 2020
1 parent 113c4f0 commit 07dde81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dbus/org.nemo.ssu.conf
Expand Up @@ -14,4 +14,11 @@
<allow send_destination="org.nemo.ssu" send_interface="org.freedesktop.DBus.Peer"/>
<allow send_destination="org.nemo.ssu" send_interface="org.freedesktop.DBus.Properties"/>
</policy>

<policy user="sailfish-mdm">
<allow send_destination="org.nemo.ssu" send_interface="org.nemo.ssu"/>
<allow send_destination="org.nemo.ssu" send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.nemo.ssu" send_interface="org.freedesktop.DBus.Peer"/>
<allow send_destination="org.nemo.ssu" send_interface="org.freedesktop.DBus.Properties"/>
</policy>
</busconfig>

0 comments on commit 07dde81

Please sign in to comment.