~ubuntu-branches/ubuntu/intrepid/ubuntu-system-service/intrepid

« back to all changes in this revision

Viewing changes to UbuntuSystemService/backend/com.ubuntu.systemservice.policy

  • 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
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE policyconfig PUBLIC
3
 
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4
 
 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
5
 
<policyconfig>
6
 
  
7
 
  <vendor>SystemService</vendor>
8
 
  <vendor_url>https://launchpad.net/system-service</vendor_url>
9
 
 
10
 
  <action id="com.ubuntu.systemservice.getproxy">
11
 
    <description>Get current global proxy</description>
12
 
    <message>System policy prevents querying proxy settings</message>
13
 
    <defaults>
14
 
      <allow_inactive>yes</allow_inactive>
15
 
      <allow_active>yes</allow_active>
16
 
    </defaults>
17
 
  </action>
18
 
 
19
 
  <action id="com.ubuntu.systemservice.setproxy">
20
 
    <description>Set current global proxy</description>
21
 
    <message>System policy prevents setting proxy settings</message>
22
 
    <defaults>
23
 
      <allow_inactive>no</allow_inactive>
24
 
      <allow_active>auth_admin</allow_active>
25
 
    </defaults>
26
 
  </action>
27
 
 
28
 
 
29
 
</policyconfig>
 
 
b'\\ No newline at end of file'