~ubuntu-branches/ubuntu/trusty/ubuntu-system-service/trusty-proposed

« back to all changes in this revision

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

  • 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
    Policy definitions for SystemService system actions.
 
8
    (C) 2008 Canonical Ltd.
 
9
    Author: Michael Vogt <mvo@ubuntu.com>
 
10
  -->
 
11
  <vendor>SystemService</vendor>
 
12
  <vendor_url>https://launchpad.net/system-service</vendor_url>
 
13
 
 
14
  <action id="com.ubuntu.systemservice.gethttpproxy">
 
15
    <_description>Get current global proxy</_description>
 
16
    <_message>System policy prevents querying proxy settings</_message>
 
17
    <defaults>
 
18
      <allow_inactive>yes</allow_inactive>
 
19
      <allow_active>yes</allow_active>
 
20
    </defaults>
 
21
  </action>
 
22
 
 
23
  <action id="com.ubuntu.systemservice.sethttpproxy">
 
24
    <_description>Set current global proxy</_description>
 
25
    <_message>System policy prevents setting proxy settings</_message>
 
26
    <defaults>
 
27
      <allow_inactive>no</allow_inactive>
 
28
      <allow_active>auth_admin</allow_active>
 
29
    </defaults>
 
30
  </action>
 
31
 
 
32
 
 
33
</policyconfig> 
 
34