This file is indexed.

/usr/share/dbus-1/interfaces/com.canonical.usermetrics.UserData.xml is in usermetricsservice 1.1.1+14.04.20140305-0ubuntu2.

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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
	<interface name="com.canonical.usermetrics.UserData">
	
		<property name="username" type="s" access="read"/>
		
		<property name="dataSets" type="ao" access="read"/>
		
		<signal name="dataSetAdded">
			<arg name="dataSourcePath" type="o" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="dataSetRemoved">
			<arg name="dataSourcePath" type="o" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<method name="createDataSet">
			<arg type="o" direction="out"/>
			<arg name="dataSource" type="s" direction="in"/>
		</method>

	</interface>
</node>