Skip to content

Commit

Permalink
Merge branch 'jb47762' into 'upgrade-3.2.1'
Browse files Browse the repository at this point in the history
[mdm] Allow group sailfish-mdm to call ssu over DBus. JB#47762

See merge request mer-core/ssu!42
  • Loading branch information
Andrew Branson committed Feb 21, 2020
2 parents 113c4f0 + 07dde81 commit a8508d2
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 a8508d2

Please sign in to comment.