Skip to content

Commit

Permalink
[dbus] Add configuration for get_suspend_stats method call. Fixes MER…
Browse files Browse the repository at this point in the history
…#1398

The method call is supposed to be available for all proceces, but the
configuration entry making it so is missing.

Allow all processes to call get_suspend_stats D-Bus method,
  • Loading branch information
spiiroin committed Nov 3, 2015
1 parent 6beea47 commit bae5c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mce.conf
Expand Up @@ -145,6 +145,10 @@
<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
send_member="notification_end_req"/>

<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
send_member="get_suspend_stats"/>
</policy>

<!-- MCE expects some user process to provide compositor
Expand Down

0 comments on commit bae5c1b

Please sign in to comment.