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
=== modified file 'src/org.freedesktop.DeviceKit.Disks.conf.in'
--- src/org.freedesktop.DeviceKit.Disks.conf.in 2009-05-19 04:08:00 +0000
+++ src/org.freedesktop.DeviceKit.Disks.conf.in 2009-08-25 17:42:36 +0000
@@ -11,5 +11,9 @@
1111
12 <policy context="default">12 <policy context="default">
13 <allow send_destination="org.freedesktop.DeviceKit.Disks"/>13 <allow send_destination="org.freedesktop.DeviceKit.Disks"/>
14 <allow send_destination="org.freedesktop.DeviceKit.Disks"
15 send_interface="org.freedesktop.DBus.Properties"/>
16 <allow send_destination="org.freedesktop.DeviceKit.Disks"
17 send_interface="org.freedesktop.DBus.Introspectable"/>
14 </policy>18 </policy>
15</busconfig>19</busconfig>

Subscribers

People subscribed via source and target branches

to all changes: