This file is indexed.

/usr/share/hal/fdi/information/10freedesktop/10-iwl-rfkill-switch.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
<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">

  <device>
    <match key="/org/freedesktop/Hal/devices/computer:system.formfactor" string="laptop">
      <!-- Don't use generic iwl rfkill on Dells -->
      <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" contains_not="Dell">
        <match key="info.linux.driver" string_outof="iwl4965;iwl3945">
          <spawn udi="/org/freedesktop/Hal/devices/iwl_wlan_switch"/>
        </match>
      </match>
    </match>
  </device>

  <device>
    <match key="info.udi" string="/org/freedesktop/Hal/devices/iwl_wlan_switch">
      <addset key="info.capabilities" type="strlist">killswitch</addset>
      <merge key="info.product" type="string">Intel PRO/Wireless WLAN Switch</merge>
      <merge key="info.category" type="string">killswitch</merge>
      <merge key="killswitch.type" type="string">wlan</merge>
      <merge key="killswitch.access_method" type="string">ipw</merge>
    </match>
  </device>

</deviceinfo>