This file is indexed.

/usr/share/tracker/tracker-miner.xml is in tracker 1.6.2-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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>

<node name="/">
  <interface name="org.freedesktop.Tracker1.Miner">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="_tracker_miner_dbus"/>
    <method name="Start">
      <annotation name="org.freedesktop.DBus.GLib.Async"  value="true"/>
    </method>
    <method name="GetStatus">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="status" direction="out" />
    </method>
    <method name="GetProgress">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="d" name="progress" direction="out" />
    </method>
    <method name="GetRemainingTime">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="remaining_time" direction="out" />
    </method>
    <method name="GetPauseDetails">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="as" name="pause_applications" direction="out" />
      <arg type="as" name="pause_reasons" direction="out" />
    </method>
    <method name="Pause">
      <annotation name="org.freedesktop.DBus.GLib.Async"  value="true"/>
      <arg type="s" name="application" direction="in" />
      <arg type="s" name="reason" direction="in" />
      <arg type="i" name="cookie" direction="out" />
    </method>
    <method name="PauseForProcess">
      <annotation name="org.freedesktop.DBus.GLib.Async"  value="true"/>
      <arg type="s" name="application" direction="in" />
      <arg type="s" name="reason" direction="in" />
      <arg type="i" name="cookie" direction="out" />
    </method>
    <method name="Resume">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="cookie" direction="in" />
    </method>

    <!-- Deprecated since 0.12 -->
    <method name="IgnoreNextUpdate">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="as" name="urls" direction="in" />
    </method>

    <!-- Signals -->
    <signal name="Started" />
    <signal name="Stopped">
      <arg type="b" name="interrupted" />
    </signal>
    <signal name="Paused" />
    <signal name="Resumed" />
    <signal name="Progress">
      <arg type="s" name="status" />
      <arg type="d" name="progress" />
      <arg type="i" name="remaining_time" />
    </signal>
  </interface>
</node>