This file is indexed.

/usr/share/dbus-1/interfaces/org.freedesktop.UDisks.Expander.xml is in udisks 1.0.4-5ubuntu2.2.

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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="org.freedesktop.UDisks.Expander">
    <doc:doc>
      <doc:description>
        <doc:para>
          This interface provides represents port expanders such as SAS Expanders or SATA Port Multipliers.
        </doc:para>
      </doc:description>
    </doc:doc>

    <!-- ************************************************************ -->

    <signal name="Changed">
      <doc:doc>
        <doc:description>
          <doc:para>
            Something on the expander changed.
          </doc:para>
        </doc:description>
      </doc:doc>
    </signal>

    <!-- ************************************************************ -->

    <property name="NativePath" type="s" access="read">
      <doc:doc><doc:description><doc:para>
            OS specific native path of the expander. On Linux this is the sysfs path, for example <doc:tt>/sys/devices/pci0000:00/0000:00:03.0/0000:06:00.0/host7/port-7:0/expander-7:0/sas_expander/expander-7:0</doc:tt>.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="Vendor" type="s" access="read">
      <doc:doc><doc:description><doc:para>
            The name of the vendor of the expander.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="Model" type="s" access="read">
      <doc:doc><doc:description><doc:para>
            The name of the model of the expander.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="Revision" type="s" access="read">
      <doc:doc><doc:description><doc:para>
            The name of the revision of the expander.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="NumPorts" type="u" access="read">
      <doc:doc><doc:description><doc:para>
            Number of downstream ports (aka PHYs) on the expander or 0 if unknown. Note that
            this may not correspond to the number _physical_ connectors as several PHYs may
            be ganged together in a separate physical connectors. See the
            <doc:ref type="property" to="Adapter:NumPorts">Adapter:NumPorts</doc:ref>
            property for more discussion.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="UpstreamPorts" type="ao" access="read">
      <doc:doc><doc:description><doc:para>
            The object paths of the upstream ports for the expander.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="Adapter" type="o" access="read">
      <doc:doc><doc:description><doc:para>
            The object path of the adapter the expander is attached to.
      </doc:para></doc:description></doc:doc>
    </property>

  </interface>

</node>