This file is indexed.

/usr/share/inkscape/extensions/sozi.inx is in sozi 12.05-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
<?xml version="1.0" encoding="UTF-8"?>
<!--
   Sozi - A presentation tool using the SVG standard

   Copyright (C) 2010-2011 Guillaume Savaton

   This program is dual licensed under the terms of the MIT license
   or the GNU General Public License (GPL) version 3.
   A copy of both licenses is provided in the doc/ folder of the
   official release of Sozi.
   
   See http://sozi.baierouge.fr/wiki/en:license for details.
-->
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <_name>Sozi</_name>
  <id>sozi</id>
  <dependency type="executable" location="extensions">inkex.py</dependency>
  <dependency type="executable" location="extensions">sozi.py</dependency>
  <dependency type="executable" location="extensions">sozi.js</dependency>
  <effect>
    <object-type>all</object-type>
  </effect>
  <script>
    <command reldir="extensions" interpreter="python">sozi.py</command>
  </script>
</inkscape-extension>