Navigation Menu

Skip to content

Commit

Permalink
Added exception to dsme dbus rules to allow at_console daemons to
Browse files Browse the repository at this point in the history
send shutdown/reboot requests
Fixes: NEMO#433 : power off' option does not work
Version 0.62.4

Signed-off-by: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
  • Loading branch information
Pekka Lundstrom committed Oct 2, 2012
1 parent 09a722b commit 815c7b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Package name and version
AC_INIT(dsme, 0.62.3)
AC_INIT(dsme, 0.62.4)

AM_INIT_AUTOMAKE

Expand Down
5 changes: 5 additions & 0 deletions dsme/dsme.conf
Expand Up @@ -19,4 +19,9 @@
<allow send_destination="com.nokia.dsme" send_interface="com.nokia.dsme.request" send_member="req_reboot"/>
<allow send_destination="com.nokia.dsme" send_interface="com.nokia.dsme.request" send_member="req_powerup"/>
</policy>
<policy at_console="true">
<allow send_destination="com.nokia.dsme" send_interface="com.nokia.dsme.request" send_member="req_shutdown"/>
<allow send_destination="com.nokia.dsme" send_interface="com.nokia.dsme.request" send_member="req_reboot"/>
<allow send_destination="com.nokia.dsme" send_interface="com.nokia.dsme.request" send_member="req_powerup"/>
</policy>
</busconfig>

0 comments on commit 815c7b3

Please sign in to comment.