This file is indexed.

/usr/share/pyshared/pefile-1.2.9.1.egg-info is in python-pefile 1.2.9.1-1.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
Metadata-Version: 1.1
Name: pefile
Version: 1.2.9.1
Summary: Python PE parsing module
Home-page: http://code.google.com/p/pefile/
Author: Ero Carrera
Author-email: ero@dkbza.org
License: UNKNOWN
Download-URL: http://pefile.googlecode.com/files/pefile-1.2.9.1.tar.gz
Description: pefile, Portable Executable reader module
        
        
        All the PE file basic structures are available with their default names
        as attributes of the instance returned.
        
        Processed elements such as the import table are made available with lowercase
        names, to differentiate them from the upper case basic structure names.
        
        pefile has been tested against the limits of valid PE headers, that is, malware.
        Lots of packed malware attempt to abuse the format way beyond its standard use.
        To the best of my knowledge most of the abuses are handled gracefully.
        
        Copyright (c) 2005, 2006, 2007, 2008 Ero Carrera <ero@dkbza.org>
        
        All rights reserved.
        
        For detailed copyright information see the file COPYING in
        the root of the distribution archive.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules