~ubuntu-branches/ubuntu/quantal/ubuntu-system-service/quantal-updates

« back to all changes in this revision

Viewing changes to backend/com.ubuntu.SystemService.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-07-21 09:29:50 UTC
  • Revision ID: james.westby@ubuntu.com-20110721092950-p9bq20ydq92zeia2
Tags: 0.1.25
* backend/system-service-d:
  - add is_reboot_required call
* backend/com.ubuntu.SystemService.conf:
  - allow introspection on the interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        </policy>
8
8
 
9
9
        <policy context="default">
10
 
                <allow send_interface="com.ubuntu.SystemService"/>
11
 
                <allow receive_interface="com.ubuntu.SystemService"
12
 
                       receive_sender="com.ubuntu.SystemService"/>
 
10
                <allow send_destination="com.ubuntu.SystemService"
 
11
                       send_interface="com.ubuntu.SystemService"/>
 
12
                <allow send_destination="com.ubuntu.SystemService"
 
13
                       send_interface="org.freedesktop.DBus.Introspectable"/>
 
14
                <allow send_destination="com.ubuntu.SystemService"
 
15
                       send_interface="org.freedesktop.DBus.Properties"/>
13
16
        </policy>
14
17
 
15
18
</busconfig>