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
=== modified file 'debian/com.canonical.Unity.conf'
--- debian/com.canonical.Unity.conf 2013-09-24 16:54:23 +0000
+++ debian/com.canonical.Unity.conf 2013-10-07 21:44:14 +0000
@@ -8,11 +8,11 @@
8 </policy>8 </policy>
99
10 <policy context="default">10 <policy context="default">
11 <deny send_destination="com.canonical.Unity.Screen"/>11 <deny send_interface="com.canonical.Unity.Screen"/>
12 </policy>12 </policy>
1313
14 <policy user="root">14 <policy user="root">
15 <allow send_destination="com.canonical.Unity.Screen"/>15 <allow send_interface="com.canonical.Unity.Screen"/>
16 </policy>16 </policy>
17 17
18</busconfig>18</busconfig>

Subscribers

People subscribed via source and target branches