This file is indexed.

/usr/share/tracker/tracker-extract.xml is in tracker-extract 0.14.0-2ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>

<!--
<busconfig>
    <policy context="default">
      <deny send_interface="org.freedesktop.Tracker1.Indexer"/>
      <allow send_destination="org.freedesktop.Tracker1"/>
    </policy>
</busconfig>
-->

<node name="/">
  <interface name="org.freedesktop.Tracker1.Extract">
    <method name="GetPid">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="value" direction="out" />
    </method>
    <method name="GetMetadata">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="uri" direction="in" />
      <arg type="s" name="mime" direction="in" />
      <arg type="s" name="preupdate" direction="out" />
      <arg type="s" name="embedded" direction="out" />
      <arg type="s" name="where" direction="out" />
    </method>
  </interface>
</node>