Skip to content

Commit

Permalink
[dbus] Allow user processes to call reset_config method. Fixes MER#1406
Browse files Browse the repository at this point in the history
User processes are explicitly allowed to change mce runtime settings,
but resetting the settings back to installationd defaults requires root
privileges.

Add configuration entry to allowing user processes to call also the
reset_config method.
  • Loading branch information
spiiroin committed Nov 4, 2015
1 parent 7a82ec4 commit 3a7943b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mce.conf
Expand Up @@ -61,6 +61,9 @@
<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
send_member="set_config"/>
<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
send_member="reset_config"/>

<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
Expand Down

0 comments on commit 3a7943b

Please sign in to comment.