~ubuntu-branches/ubuntu/raring/ubuntu-system-service/raring-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Gabor Kelemen
  • Date: 2011-10-20 11:09:53 UTC
  • Revision ID: james.westby@ubuntu.com-20111020110953-m2av729d35ab4yd3
Tags: 0.1.27
[ Gabor Kelemen ]
Let p-d-u handle i18n of the .policy file. LP: #853354

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_keep</allow_active>
25
 
    </defaults>
26
 
  </action>
27
 
 
28
 
  <action id="com.ubuntu.systemservice.setnoproxy">
29
 
    <description>Set current global proxy exception</description>
30
 
    <message>System policy prevents setting no_proxy settings</message>
31
 
    <defaults>
32
 
      <allow_inactive>no</allow_inactive>
33
 
      <allow_active>auth_admin_keep</allow_active>
34
 
    </defaults>
35
 
  </action>
36
 
 
37
 
  <action id="com.ubuntu.systemservice.setkeyboard">
38
 
    <description>Set current global keyboard</description>
39
 
    <message>System policy prevents setting global keyboard settings</message>
40
 
    <defaults>
41
 
      <allow_inactive>no</allow_inactive>
42
 
      <allow_active>auth_admin_keep</allow_active>
43
 
    </defaults>
44
 
  </action>
45
 
 
46
 
  <action id="com.ubuntu.systemservice.getkeyboard">
47
 
    <description>Get current global keyboard</description>
48
 
    <message>System policy prevents querying keyboard settings</message>
49
 
    <defaults>
50
 
      <allow_inactive>yes</allow_inactive>
51
 
      <allow_active>yes</allow_active>
52
 
    </defaults>
53
 
  </action>
54
 
 
55
 
  <action id="com.ubuntu.systemservice.ispkgsystemlocked">
56
 
    <description>Check if the package system is locked</description>
57
 
    <message>System policy prevents querying package system lock</message>
58
 
    <defaults>
59
 
      <allow_inactive>yes</allow_inactive>
60
 
      <allow_active>yes</allow_active>
61
 
    </defaults>
62
 
  </action>
63
 
 
64
 
</policyconfig>
 
 
b'\\ No newline at end of file'