Skip to content

Commit

Permalink
Allow user processes to make get_color_profile method calls
Browse files Browse the repository at this point in the history
Allows "mcetool --status" to work for non-root users too.
  • Loading branch information
spiiroin committed Feb 14, 2013
1 parent c3a1cc7 commit b06cf4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mce.conf
Expand Up @@ -40,13 +40,18 @@
<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
send_member="get_version"/>

<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
send_member="get_config"/>
<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="get_color_profile"/>

<!-- Tighten this policy -->
<allow send_destination="com.nokia.mce"
send_interface="com.nokia.mce.request"
Expand Down

0 comments on commit b06cf4d

Please sign in to comment.