This file is indexed.

/usr/share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wwan.fdi is in hal-info 20091130-1.

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
<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">

  <device>
    <match key="info.subsystem" string="platform">
      <match key="platform.id" string="dcdbas">
        <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
          <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" prefix="Dell ">
            <match key="/org/freedesktop/Hal/devices/computer:system.formfactor" string="laptop">
              <spawn udi="/org/freedesktop/Hal/devices/dell_wwan_switch"/>
	    </match>
          </match>
        </match>
      </match>
    </match>
  </device>

  <device>
    <match key="info.udi" string="/org/freedesktop/Hal/devices/dell_wwan_switch">
      <addset key="info.capabilities" type="strlist">killswitch</addset>
      <merge key="info.product" type="string">Dell WWAN Switch</merge>
      <merge key="info.category" type="string">killswitch</merge>
      <merge key="killswitch.type" type="string">wwan</merge>
      <merge key="killswitch.access_method" type="string">dell</merge>
    </match>
  </device>

</deviceinfo>