Merge lp:~james-w/ubuntu/karmic/devicekit-disks/fix-403192 into lp:ubuntu/karmic/devicekit-disks

Proposed by James Westby
Status: Merged
Merge reported by: James Westby
Merged at revision: not available
Proposed branch: lp:~james-w/ubuntu/karmic/devicekit-disks/fix-403192
Merge into: lp:ubuntu/karmic/devicekit-disks
Diff against target: None lines
To merge this branch: bzr merge lp:~james-w/ubuntu/karmic/devicekit-disks/fix-403192
Reviewer Review Type Date Requested Status
Registry Administrators Pending
Review via email: mp+10675@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Properties needs to be allowed for g-d-u to work. This
seems to be a simple oversight, though there *could*
be security implications of allowing these (unlikely
for Properties if it is required for use).

Thanks,

James

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/org.freedesktop.DeviceKit.Disks.conf.in'
2--- src/org.freedesktop.DeviceKit.Disks.conf.in 2009-05-19 04:08:00 +0000
3+++ src/org.freedesktop.DeviceKit.Disks.conf.in 2009-08-25 17:42:36 +0000
4@@ -11,5 +11,9 @@
5
6 <policy context="default">
7 <allow send_destination="org.freedesktop.DeviceKit.Disks"/>
8+ <allow send_destination="org.freedesktop.DeviceKit.Disks"
9+ send_interface="org.freedesktop.DBus.Properties"/>
10+ <allow send_destination="org.freedesktop.DeviceKit.Disks"
11+ send_interface="org.freedesktop.DBus.Introspectable"/>
12 </policy>
13 </busconfig>

Subscribers

People subscribed via source and target branches

to all changes: