~jderose/ubuntu/utopic/unity-settings-daemon/tune-syndaemon

« back to all changes in this revision

Viewing changes to plugins/wacom/com.ubuntu.unity-settings-daemon.plugins.wacom.policy.in.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

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
  <!--
 
8
    Policy definitions for unity-settings-daemon system-wide actions.
 
9
  -->
 
10
 
 
11
  <vendor>Unity Settings Daemon</vendor>
 
12
  <vendor_url>http://git.gnome.org/browse/gnome-settings-daemon</vendor_url>
 
13
  <icon_name>input-tablet</icon_name>
 
14
 
 
15
  <action id="com.ubuntu.unity-settings-daemon.plugins.wacom.wacom-led-helper">
 
16
    <!-- SECURITY:
 
17
          - A normal active user on the local machine does not need permission
 
18
            to change the LED setting for a Wacom tablet
 
19
     -->
 
20
    <_description>Modify the lit LED for a Wacom tablet</_description>
 
21
    <_message>Authentication is required to modify the lit LED for a Wacom tablet</_message>
 
22
    <defaults>
 
23
      <allow_any>no</allow_any>
 
24
      <allow_inactive>no</allow_inactive>
 
25
      <allow_active>yes</allow_active>
 
26
    </defaults>
 
27
    <annotate key="org.freedesktop.policykit.exec.path">@libexecdir@/usd-wacom-led-helper</annotate>
 
28
  </action>
 
29
 
 
30
</policyconfig>
 
31