Merge lp:~mterry/unity-mir/permissions into lp:unity-mir

Proposed by Michael Terry
Status: Merged
Approved by: Pete Woods
Approved revision: 101
Merged at revision: 108
Proposed branch: lp:~mterry/unity-mir/permissions
Merge into: lp:unity-mir
Diff against target: 17 lines (+2/-2)
1 file modified
debian/com.canonical.Unity.conf (+2/-2)
To merge this branch: bzr merge lp:~mterry/unity-mir/permissions
Reviewer Review Type Date Requested Status
Pete Woods (community) Approve
Loïc Minier Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+189718@code.launchpad.net

Commit message

Fix destination/interface typo in dbus policy file that prevented any non-root DBus signal reception

Description of the change

Fix destination/interface typo in dbus policy file that prevented any non-root DBus signal reception

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Loïc Minier (lool) wrote :

LGTM.

review: Approve
Revision history for this message
Pete Woods (pete-woods) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/com.canonical.Unity.conf'
2--- debian/com.canonical.Unity.conf 2013-09-24 16:54:23 +0000
3+++ debian/com.canonical.Unity.conf 2013-10-07 21:44:14 +0000
4@@ -8,11 +8,11 @@
5 </policy>
6
7 <policy context="default">
8- <deny send_destination="com.canonical.Unity.Screen"/>
9+ <deny send_interface="com.canonical.Unity.Screen"/>
10 </policy>
11
12 <policy user="root">
13- <allow send_destination="com.canonical.Unity.Screen"/>
14+ <allow send_interface="com.canonical.Unity.Screen"/>
15 </policy>
16
17 </busconfig>

Subscribers

People subscribed via source and target branches