~ubuntu-branches/ubuntu/karmic/ubuntu-system-service/karmic

« 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 11:30:43 UTC
  • Revision ID: james.westby@ubuntu.com-20080819113043-r8si74poyfx63411
Tags: 0.1.5
* support https in "get_proxy()"
* improve the verification for valid proxies
* put the modules under UbuntuSystemService

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