I have made the following changes intended for : CE:MW:Shared / dsme Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/6873 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 6873: Messages from BOSS: State: review at 2012-10-03T06:55:18 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:plundstr:branches:CE:MW:Shared / dsme -> CE:MW:Shared / dsme changes files: -------------- --- dsme.changes +++ dsme.changes @@ -0,0 +1,5 @@ +* Tue Oct 02 2012 Pekka Lundstrom <[email protected]> - 0.62.4 +- Added exception to dsme dbus rules to allow at_console daemons to + send shutdown/reboot requests + Fixes: NEMO#433, JB#2628 : power off option does not work + old: ---- dsme-0.62.3.tar.gz new: ---- dsme-0.62.4.tar.gz spec files: ----------- --- dsme.spec +++ dsme.spec @@ -9,7 +9,7 @@ # << macros Summary: Device State Management Entity -Version: 0.62.3 +Version: 0.62.4 Release: 0 Group: System/System Control License: LGPLv2+ other changes: -------------- ++++++ dsme-0.62.3.tar.gz -> dsme-0.62.4.tar.gz --- configure.ac +++ 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 --- dsme/dsme.conf +++ dsme/dsme.conf @@ -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> ++++++ dsme.yaml --- dsme.yaml +++ dsme.yaml @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.62.3 +Version: 0.62.4 Release: 0 Group: System/System Control License: LGPLv2+
