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

« 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: 2009-11-25 02:17:53 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20091125021753-26jghbacq5f7p9kb
Tags: 0.58-0ubuntu1
* Add a new function to all plugins for notification during extended
  processing.
* Update skeletor to show how to update the progress bar from a plugin.
* Update policykit to cache between runs.

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'