~ubuntu-branches/ubuntu/raring/landscape-client/raring-proposed

« back to all changes in this revision

Viewing changes to polkit-1/com.canonical.LandscapeClientSettings.policy

  • Committer: Package Import Robot
  • Author(s): David Britton
  • Date: 2012-03-28 10:59:58 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20120328105958-jmz1nv5eyci7azna
Tags: 12.04.3-0ubuntu1
* Warn on unicode entry into settings UI (LP: #956612).
* Sanitise hostname field in settings UI (LP: #954507).
* Make it clear that the Landscape service is commercial (LP: #965850)
* Further internationalize the settings UI (LP: #962899)

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
 
 
6
 
<policyconfig>
7
 
  <vendor>Canonical Ltd.</vendor>
8
 
  <vendor_url>http://www.canonical.com</vendor_url>
9
 
  <icon_name>preferences-management-service</icon_name>
10
 
 
11
 
  <action id="com.canonical.LandscapeClientSettings.configure">
12
 
    <description>Allow the user to read and write Landscape Client settings.</description>
13
 
    <message>System policy prevents you from reading and writing Landscape Client Settings.</message>
14
 
    <defaults>
15
 
      <allow_any>auth_admin_keep</allow_any>
16
 
      <allow_inactive>auth_admin_keep</allow_inactive>
17
 
      <allow_active>auth_admin_keep</allow_active>
18
 
    </defaults>
19
 
  </action>
20
 
</policyconfig>
21