Merge lp:~ogra/powerd/fix-1298869 into lp:powerd

Proposed by Oliver Grawert
Status: Merged
Approved by: Oliver Grawert
Approved revision: 119
Merged at revision: 119
Proposed branch: lp:~ogra/powerd/fix-1298869
Merge into: lp:powerd
Diff against target: 14 lines (+6/-0)
1 file modified
debian/powerd.conf (+6/-0)
To merge this branch: bzr merge lp:~ogra/powerd/fix-1298869
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
Review via email: mp+213225@code.launchpad.net

Commit message

Allow any user at console (adb shell) to send commands this is needed for unlocking the screen in tests (LP: 1298869)

Description of the change

Allow any user at console (adb shell) to send commands this is needed for unlocking the screen in tests (LP: 1298869)

To post a comment you must log in.
Revision history for this message
Oliver Grawert (ogra) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/powerd.conf'
2--- debian/powerd.conf 2014-03-26 03:50:47 +0000
3+++ debian/powerd.conf 2014-03-28 10:11:45 +0000
4@@ -59,4 +59,10 @@
5
6 </policy>
7
8+ <!-- Allow any user at console (adb shell) to send commands this is
9+ needed for unlocking the screen in tests (LP: 1298869) -->
10+ <policy at_console="true">
11+ <allow send_destination="com.canonical.powerd"/>
12+ </policy>
13+
14 </busconfig>

Subscribers

People subscribed via source and target branches