~swem/unity-control-center/trunk

« back to all changes in this revision

Viewing changes to panels/datetime/com.canonical.controlcenter.datetime.policy.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-14 14:28:24 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140214142824-1f336ka33jcl661n
Tags: 14.04.2-0ubuntu1
* Merge in datetime panel from indicator-datetime
* Backport commit to fix notebook spacing issues.
* Let the launcher icons be scaled down to 16. (LP: #1168409).
* keyboard: wrap information label in the shortcuts panel. (LP: #1276119).             

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>The GNOME Project</vendor>
 
8
  <vendor_url>http://www.gnome.org/</vendor_url>
 
9
 
 
10
  <action id="com.canonical.controlcenter.datetime.configure">
 
11
    <_description>Change system time and date settings</_description>
 
12
    <_message>To change time or date settings, you need to authenticate.</_message>
 
13
    <defaults>
 
14
      <allow_any>no</allow_any>
 
15
      <allow_inactive>no</allow_inactive>
 
16
      <allow_active>auth_admin_keep</allow_active>
 
17
    </defaults>
 
18
    <annotate key="org.freedesktop.policykit.imply">org.freedesktop.timedate1.set-time org.freedesktop.timedate1.set-timezone org.freedesktop.timedate1.set-local-rtc org.freedesktop.timedate1.set-ntp</annotate>
 
19
  </action>
 
20
 
 
21
</policyconfig>