summaryrefslogtreecommitdiff
path: root/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in
blob: d994f933591d7e05bac647e6507217c880b78044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">

<policyconfig>
  <vendor>The MATE Project</vendor>
  <vendor_url>http://www.mate-desktop.org/</vendor_url>
  <icon_name>mate-panel-clock</icon_name>

  <action id="org.mate.settingsdaemon.datetimemechanism.settimezone">
    <_description>Change system time zone</_description>
    <_message>Privileges are required to change the system time zone.</_message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>

  <action id="org.mate.settingsdaemon.datetimemechanism.settime">
    <_description>Change system time</_description>
    <_message>Privileges are required to change the system time.</_message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>

  <action id="org.mate.settingsdaemon.datetimemechanism.configurehwclock">
    <_description>Configure hardware clock</_description>
    <_message>Privileges are required to configure the hardware clock.</_message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>

</policyconfig>