This file is indexed.

/usr/share/xul-ext/monkeysphere/install.rdf is in xul-ext-monkeysphere 0.8-1.

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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0"?>

<!--
Monkeysphere XUL extension
Copyright © 2010-2011 Jameson Rollins <jrollins@finestructure.net>,
                      Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
                      Silvio Rhatto <rhatto>,
                      kwadronaut <kwadronaut@aktivix.org>,
                      Julien Moutinho <julm>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->

<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>tls-xul-ext@monkeysphere.info</em:id>
    <em:name>Monkeysphere</em:name>
    <em:version>0.8</em:version>
    <em:type>2</em:type>
    <em:description>Consult the OpenPGP Web of Trust for validation of X.509 certificates via the Monkeysphere validation-agent.
    </em:description>
    <em:creator>The Monkeysphere Project</em:creator>
    <em:contributor>Jameson Graef Rollins</em:contributor>
    <em:contributor>Daniel Kahn Gillmor</em:contributor>
    <em:homepageURL>http://web.monkeysphere.info/validation-agent/</em:homepageURL>
    <em:iconURL>chrome://monkeysphere/content/logo-small.png</em:iconURL>
 
    <!-- Firefox -->
    <em:targetApplication>   
      <Description>
	<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
	<em:minVersion>3.5</em:minVersion>
	<em:maxVersion>26.*</em:maxVersion>
      </Description>
    </em:targetApplication>

    <!-- here is an example for future localizations ; 
         em: name, em:description, em:creator 
         should probably be overridden -->
    <em:localized> 
      <Description> 
	<em:locale>en-US</em:locale> 
        <em:name>Monkeysphere</em:name>
        <em:description>Consult the OpenPGP Web of Trust for validation of X.509 certificates via the Monkeysphere validation-agent.
        </em:description>
        <em:creator>The Monkeysphere Project</em:creator>
      </Description> 
    </em:localized> 
    <em:localized>
      <Description>
        <em:locale>fr-FR</em:locale>
        <em:name>Monkeysphere</em:name>
        <em:description>Consulte le réseau de confiance OpenPGP pour valider des certificats X.509 via l’agent de validation Monkeysphere.
        </em:description>
        <em:creator>Le Projet Monkeysphere</em:creator>
      </Description>
    </em:localized>
    <em:localized>
      <Description>
        <em:locale>nl-NL</em:locale>
        <em:name>Monkeysphere</em:name>
        <em:description>Raadpleegt OpenPGP's web van vertrouwen om X.509-certificaten via de Monkeysphere validatie-agent te valideren.
        </em:description>
        <em:creator>Het Monkeysphere Project</em:creator>
      </Description>
    </em:localized>
    <em:localized>
      <Description>
        <em:locale>pt-BR</em:locale>
        <em:name>Monkeysphere</em:name>
        <em:description>Consulta a Teia de Confiabilidade do OpenPGP para a validação de certificados X.509 através do agente de validação do Monkeysphere.
        </em:description>
        <em:creator>O Projeto Monkeysphere</em:creator>
      </Description>
    </em:localized>
 </Description>

</RDF>