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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-08-15 22:48:30 UTC
  • Revision ID: james.westby@ubuntu.com-20080815224830-lpetd32fy2fy3sam
Tags: 0.1.2
initial upload to the archive

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.gethttpproxy">
 
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.sethttpproxy">
 
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'