This file is indexed.

/usr/lib/xul-ext/kwallet5/install.rdf is in xul-ext-kwallet5 1.3-1ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>kde5wallet@guillermo.molina</em:id>
    <em:unpack>true</em:unpack>
    <em:type>2</em:type>
    <em:name>KDE5 Wallet password integration</em:name>
    <em:version>1.3</em:version>
    <em:creator>Guillermo Adrian Molina</em:creator>
    <em:description>This extension enable passwords and form logins to be stored in KDE5 Wallet</em:description>
    <em:aboutURL>chrome://kde5wallet/content/about.xul</em:aboutURL>
    <em:optionsURL>chrome://kde5wallet/content/options.xul</em:optionsURL>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <!-- Firefox -->
        <em:minVersion>13.0</em:minVersion>
        <em:maxVersion>49.*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:targetApplication>
      <Description>
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
        <!-- Thunderbird -->
        <em:minVersion>13.0</em:minVersion>
        <em:maxVersion>49.*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:multiprocessCompatible>true</em:multiprocessCompatible>
  </Description>
</RDF>