~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to policy/hal-device-file.policy

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

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
<!-- 
 
7
Policy definitions for HAL's ACL Management mechanism
 
8
 
 
9
Copyright (c) 2007 David Zeuthen <david@fubar.dk>
 
10
 
 
11
HAL is licensed to you under your choice of the the Academic Free
 
12
License Version 2.1, or the GNU General Public License version 2. Some
 
13
individual source files may be under the GPL only. See COPYING for
 
14
details.
 
15
-->
 
16
 
 
17
<policyconfig>
 
18
 
 
19
  <action id="org.freedesktop.hal.device-access.sound">
 
20
    <description>Directly access sound devices</description>
 
21
    <message>System policy prevents access to the sound devices</message>
 
22
    <defaults>
 
23
      <allow_inactive>no</allow_inactive>
 
24
      <allow_active>yes</allow_active>
 
25
    </defaults>
 
26
  </action>
 
27
  
 
28
  <action id="org.freedesktop.hal.device-access.video4linux">
 
29
    <description>Directly access video capture devices</description>
 
30
    <message>System policy prevents access to video capture devices</message>
 
31
    <defaults>
 
32
      <allow_inactive>no</allow_inactive>
 
33
      <allow_active>yes</allow_active>
 
34
    </defaults>
 
35
  </action>
 
36
  
 
37
  <action id="org.freedesktop.hal.device-access.cdrom">
 
38
    <description>Directly access optical drives</description>
 
39
    <message>System policy prevents access to optical drives</message>
 
40
    <defaults>
 
41
      <allow_inactive>yes</allow_inactive>
 
42
      <allow_active>yes</allow_active>
 
43
    </defaults>
 
44
  </action>
 
45
  
 
46
  <action id="org.freedesktop.hal.device-access.dvb">
 
47
    <description>Directly access DVB devices</description>
 
48
    <message>System policy prevents access to DVB devices</message>
 
49
    <defaults>
 
50
      <allow_inactive>no</allow_inactive>
 
51
      <allow_active>yes</allow_active>
 
52
    </defaults>
 
53
  </action>
 
54
  
 
55
  <action id="org.freedesktop.hal.device-access.camera">
 
56
    <description>Directly access digital cameras</description>
 
57
    <message>System policy prevents access to digital cameras</message>
 
58
    <defaults>
 
59
      <allow_inactive>no</allow_inactive>
 
60
      <allow_active>yes</allow_active>
 
61
    </defaults>
 
62
  </action>
 
63
  
 
64
  <action id="org.freedesktop.hal.device-access.scanner">
 
65
    <description>Directly access scanners</description>
 
66
    <message>System policy prevents access to scanners</message>
 
67
    <defaults>
 
68
      <allow_inactive>no</allow_inactive>
 
69
      <allow_active>yes</allow_active>
 
70
    </defaults>
 
71
  </action>
 
72
  
 
73
  <action id="org.freedesktop.hal.device-access.ieee1394-iidc">
 
74
    <description>Directly access Firewire IIDC devices</description>
 
75
    <message>System policy prevents access to Firewire IIDC devices</message>
 
76
    <defaults>
 
77
      <allow_inactive>no</allow_inactive>
 
78
      <allow_active>yes</allow_active>
 
79
    </defaults>
 
80
  </action>
 
81
  
 
82
  <action id="org.freedesktop.hal.device-access.ieee1394-avc">
 
83
    <description>Directly access Firewire AVC devices</description>
 
84
    <message>System policy prevents access to Firewire AVC devices</message>
 
85
    <defaults>
 
86
      <allow_inactive>no</allow_inactive>
 
87
      <allow_active>yes</allow_active>
 
88
    </defaults>
 
89
  </action>
 
90
 
 
91
</policyconfig>