~ubuntu-branches/ubuntu/oneiric/software-properties/oneiric-security

« back to all changes in this revision

Viewing changes to data/com.ubuntu.softwareproperties.policy.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Mohamed Amine IL Idrissi, Michael Vogt
  • Date: 2011-07-22 19:11:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110722191126-xoi15h2c116uzlgu
Tags: 0.81
[ Mohamed Amine IL Idrissi ]
* Redesigned the Updates tab according to
  https://wiki.ubuntu.com/SoftwareUpdateHandling#settings (LP:
  #351484, #357676, #253412)

[ Michael Vogt ]
* add dbus/polkit backend, based on 
  lp:~kubuntu-packagers/software-properties/dbusworker
* use new dbus backend
* automatically run tests at bzr-buildpackage time

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>Software Properties</vendor>
 
8
  <vendor_url>https://launchpad.net/software-properties</vendor_url>
 
9
  <icon_name>software-properties</icon_name>
 
10
 
 
11
  <action id="com.ubuntu.softwareproperties.applychanges">
 
12
    <_description>Write Configuration</_description>
 
13
    <_message>Authentication to write a new APT configuration</_message>
 
14
    <defaults>
 
15
      <allow_any>auth_admin</allow_any>
 
16
      <allow_inactive>auth_admin</allow_inactive>
 
17
      <allow_active>auth_admin_keep</allow_active>
 
18
    </defaults>
 
19
  </action>
 
20
 
 
21
<!--
 
22
  <action id="com.ubuntu.softwareproperties.">
 
23
    <_description></_description>
 
24
    <_message></_message>
 
25
    <defaults>
 
26
      <allow_any>no</allow_any>
 
27
      <allow_inactive>no</allow_inactive>
 
28
      <allow_active>yes</allow_active>
 
29
    </defaults>
 
30
  </action>
 
31
-->
 
32
 
 
33
</policyconfig>