~ubuntu-branches/ubuntu/jaunty/ubuntu-system-service/jaunty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-08-19 14:18:18 UTC
  • Revision ID: james.westby@ubuntu.com-20080819141818-6gs3fa82dxidv52p
Tags: 0.1.6
* debian/control:
  - add missing depends on policykit and python-dbus
* add socks support
* support no_proxy environment

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE busconfig PUBLIC
2
 
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3
 
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
 
<busconfig>
5
 
        <policy user="root">
6
 
                <allow own="com.ubuntu.SystemService"/>
7
 
        </policy>
8
 
 
9
 
        <policy context="default">
10
 
                <allow send_interface="com.ubuntu.SystemService"/>
11
 
                <allow receive_interface="com.ubuntu.SystemService"
12
 
                       receive_sender="com.ubuntu.SystemService"/>
13
 
        </policy>
14
 
 
15
 
</busconfig>
16