~ubuntu-branches/ubuntu/lucid/devicekit-disks/lucid

« back to all changes in this revision

Viewing changes to data/org.freedesktop.DeviceKit.Disks.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-09-19 16:51:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090919165116-qywy5go6o82fkws4
Tags: 007-0ubuntu1
* New upstream release:
  - Bug 23761 – Some leaks
  - Bug 23541 – PartitionTableCreate method times out
  - Bug 22914 – Require password to eject a CD or DVD mounted by the same user
  - Rework ATA SMART handling
  - Also be paranoid about the UUID containing '/' characters
  - Use WindowsStyleCaps for property names
  - Bug 23829 – Undefined value in partutil.c
  - Bug 23828 – Undefined value in umount-devkit.c
  - Bug 23827 – Undefined value
  - Bug 23826 – NULL dereference
  - Bug 23825 – Leak in update_info_mount_state
  - Bug 23824 – Unused variable
  - Bug 23823 – NULL dereference
  - Bug 23764 – Small leak in update_drive_properties_from_sysfs
  - Bug 23762 – Fix typo
  - Bug 23579 – Must allow DBus Properties interface for g-d-u to work
  - Bug 23926 – Error creating partition
* Drop all our patches, all applied upstream.
* debian/control: Drop libsqlite3-dev build dependency, not needed any more.
* debian/control: Bump Standards-Version to 3.8.3 (no changes needed).
* debian/control: Add Breaks to GDU libraries << 2.28, since the D-BUS API
  changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
  <policy context="default">
13
13
    <allow send_destination="org.freedesktop.DeviceKit.Disks"/>
 
14
 
 
15
    <allow send_destination="org.freedesktop.DeviceKit.Disks"
 
16
           send_interface="org.freedesktop.DBus.Properties"/>
 
17
    <allow send_destination="org.freedesktop.DeviceKit.Disks"
 
18
           send_interface="org.freedesktop.DBus.Introspectable"/>
 
19
    <allow send_destination="org.freedesktop.DeviceKit.Disks"
 
20
           send_interface="org.freedesktop.DeviceKit.Disks"/>
 
21
    <allow send_destination="org.freedesktop.DeviceKit.Disks"
 
22
           send_interface="org.freedesktop.DeviceKit.Disks.Device"/>
14
23
  </policy>
15
24
</busconfig>