This file is indexed.

/usr/share/wixl-0.95/include/libcacard.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
<?xml version="1.0" encoding="utf-8"?>
<?require nss.wxi?>
<?require gcc.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir468EA76D8638FD6FD3EA70A70BFB95D5" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp1E9217C2F2568ADBB306BDD776F6798B" Guid="*">
          <File Id="fil156CF17180422C5B90BC292B06A3AF74" KeyPath="yes" Source="$(var.SourceDir)/bin/libcacard-0.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libcacard">
      <ComponentGroupRef Id="CG.nss"/>
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentRef Id="cmp1E9217C2F2568ADBB306BDD776F6798B"/>
    </ComponentGroup>
  </Fragment>
</Include>