This file is indexed.

/etc/dbus-1/system.d/hal-debian-edu.conf is in debian-edu-config 1.702.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
39
40
41
42
43
44
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- This configuration file specifies the extended security policies
       for the HAL to work for Debian Edu. -->

  <!-- Default policy for the exported interfaces; if PolicyKit is not used
       for access control you will need to modify this -->
  <policy context="default">
    <deny receive_interface="org.freedesktop.Hal.Device"
          receive_member="PropertyModified"/>
    <deny receive_interface="org.freedesktop.Hal.Manager"
          receive_member="DeviceAdded"/>
  </policy>

  <!-- This will not work if consolekit is not enabled -->
  <policy at_console="true">
    <allow receive_interface="org.freedesktop.Hal.Device"
           receive_member="PropertyModified"/>
    <allow receive_interface="org.freedesktop.Hal.Manager"
           receive_member="DeviceAdded"/>
  </policy>

  <!-- Debian groups policies -->
  <policy group="plugdev">
    <allow receive_interface="org.freedesktop.Hal.Device"
           receive_member="PropertyModified"/>
    <allow receive_interface="org.freedesktop.Hal.Manager"
           receive_member="DeviceAdded"/>
  </policy>

  <!-- Allow root to receive PropertzModified and
       DeviceAdded messages.
  -->
  <policy user="root">
    <allow receive_interface="org.freedesktop.Hal.Device"
           receive_member="PropertyModified"/>
    <allow receive_interface="org.freedesktop.Hal.Manager"
           receive_member="DeviceAdded"/>
  </policy>

</busconfig>