summaryrefslogtreecommitdiff
path: root/policy/org.freedesktop.devicekit.power.policy.in
blob: 759b74736b24ecec390c9aef55150d459b834981 (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
<?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">

<!--
Policy definitions for DeviceKit-power

Copyright (c) 2008 David Zeuthen <david@fubar.dk>

NOTE: If you make changes to this file, make sure to validate the file
using the polkit-policy-file-validate(1) tool. Changes made to this
file are instantly applied.
-->

<policyconfig>
  <vendor>The DeviceKit-power Project</vendor>
  <vendor_url>http://hal.freedesktop.org/docs/DeviceKit-power/</vendor_url>
  <icon_name>system-suspend</icon_name>

  <action id="org.freedesktop.devicekit.power.suspend">
    <_description>Suspend the system to RAM</_description>
    <_message>Authentication is required to suspend to system</_message>
    <defaults>
      <allow_any>no</allow_any>
      <allow_inactive>no</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

</policyconfig>