This file is indexed.

/usr/share/dbus-1/interfaces/com.canonical.UserMetrics.xml is in usermetricsservice 1.1.1+15.10.20150915-0ubuntu1.

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 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">
	
		<property name="dataSources" type="ao" access="read"/>
		
		<signal name="dataSourceAdded">
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="dataSourceRemoved">
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<method name="createDataSource">
			<annotation name="org.qtproject.QtDBus.QtTypeName.In5" value="QVariantMap"/>
			<arg type="o" direction="out"/>
			<arg name="name" type="s" direction="in"/>
			<arg name="formatString" type="s" direction="in"/>
			<arg name="emptyDataString" type="s" direction="in"/>
			<arg name="textDomain" type="s" direction="in"/>
			<arg name="metricType" type="u" direction="in"/>
			<arg name="options" type="a{sv}" direction="in"/>
		</method>
		
		<property name="userDatas" type="ao" access="read"/>
		
		<signal name="userDataAdded">
			<arg name="username" type="s" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="userDataRemoved">
			<arg name="username" type="s" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<method name="createUserData">
			<arg type="o" direction="out"/>
			<arg name="username" type="s" direction="in"/>
		</method>

	</interface>
</node>