~ubuntu-branches/ubuntu/oneiric/mythbuntu-control-centre/oneiric

« back to all changes in this revision

Viewing changes to build/share/PolicyKit/policy/com.mythbuntu.controlcentre.policy

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2010-03-28 01:21:16 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20100328012116-uciafiln0uomrpxb
Tags: 0.62-0ubuntu1
Correct some deprecation warnings from a recent python-apt upload.

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
 
  
8
 
 
9
 
  <vendor>Mythbuntu Control Centre</vendor>
10
 
  <vendor_url>http://www.mythbuntu.org</vendor_url>
11
 
  <icon_name>mythbuntu</icon_name>
12
 
 
13
 
  <action id="com.mythbuntu.controlcentre.packagedchanges">
14
 
    <description>Install or remove Mythbuntu packages</description>
15
 
    <message>System policy prevents installation/removal of Mythbuntu packages</message>
16
 
    <defaults>
17
 
      <allow_any>auth_admin</allow_any>
18
 
      <allow_inactive>auth_admin</allow_inactive>
19
 
      <allow_active>auth_admin_keep_session</allow_active>
20
 
    </defaults>
21
 
  </action>
22
 
 
23
 
  <action id="com.mythbuntu.controlcentre.scriptedchanges">
24
 
    <description>Process non-packaged configuration file changes</description>
25
 
    <message>System policy prevents systemwide changes to configuration files</message>
26
 
    <defaults>
27
 
      <allow_any>auth_admin</allow_any>
28
 
      <allow_inactive>auth_admin</allow_inactive>
29
 
      <allow_active>auth_admin_keep_session</allow_active>
30
 
    </defaults>
31
 
  </action>
32
 
</policyconfig>
 
 
b'\\ No newline at end of file'