This file is indexed.

/usr/share/wixl-0.95/include/gnutls.wxi is in wixl 0.95-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
<?xml version="1.0" encoding="utf-8"?>
<?require gcc.wxi?>
<?require gmp.wxi?>
<?require libtasn1.wxi?>
<?require nettle.wxi?>
<?require readline.wxi?>
<?require p11-kit.wxi?>

<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir6A4BB80DC22241BD2E3AE9ECF3DB60D5" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp845933D5BF01B8450C766D545EF5F537" Guid="*">
          <File Id="fil9C333DD6A36336E25CD821B997A40BC9" KeyPath="yes" Source="$(var.SourceDir)/bin/libgnutls-30.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.gnutls">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentGroupRef Id="CG.gmp"/>
      <ComponentGroupRef Id="CG.libtasn1"/>
      <ComponentGroupRef Id="CG.nettle"/>
      <ComponentGroupRef Id="CG.readline"/>
      <ComponentGroupRef Id="CG.p11-kit"/>
      <ComponentRef Id="cmp845933D5BF01B8450C766D545EF5F537"/>
    </ComponentGroup>
  </Fragment>
</Include>