~ubuntu-branches/debian/experimental/arduino/experimental

« back to all changes in this revision

Viewing changes to debian/dist/cc.arduino.add-groups.policy

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2012-03-11 18:19:42 UTC
  • mfrom: (1.1.5) (5.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120311181942-be2clnbz1gcehixb
Tags: 1:1.0.1~rc1+dfsg-1
New upstream release, experimental.

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/policyconfig.dtd">
 
5
<policyconfig>
 
6
  
 
7
  <vendor>Arduino</vendor>
 
8
  <vendor_url>http://arduino.cc/</vendor_url>
 
9
  
 
10
  <action id="cc.arduino.add-groups.policy">
 
11
    <description>Add the user to groups required to access USB and serial ports.</description>
 
12
    <message>Authentication is required to add the current user to the required groups.</message>
 
13
    <icon_name>arduino</icon_name>
 
14
    <defaults>
 
15
      <allow_any>no</allow_any>
 
16
      <allow_inactive>no</allow_inactive>
 
17
      <allow_active>auth_admin</allow_active>
 
18
    </defaults>
 
19
    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/arduino-add-groups</annotate>
 
20
  </action>
 
21
  
 
22
</policyconfig>