This file is indexed.

/usr/lib/python2.7/dist-packages/pyasn1-0.1.7.egg-info/SOURCES.txt is in python-pyasn1 0.1.7-1ubuntu2.

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
CHANGES
LICENSE
MANIFEST.in
README
THANKS
TODO
setup.cfg
setup.py
doc/codecs.html
doc/constraints.html
doc/constructed.html
doc/intro.html
doc/pyasn1-tutorial.html
doc/scalar.html
doc/tagging.html
pyasn1/__init__.py
pyasn1/debug.py
pyasn1/error.py
pyasn1.egg-info/PKG-INFO
pyasn1.egg-info/SOURCES.txt
pyasn1.egg-info/dependency_links.txt
pyasn1.egg-info/top_level.txt
pyasn1.egg-info/zip-safe
pyasn1/codec/__init__.py
pyasn1/codec/ber/__init__.py
pyasn1/codec/ber/decoder.py
pyasn1/codec/ber/encoder.py
pyasn1/codec/ber/eoo.py
pyasn1/codec/cer/__init__.py
pyasn1/codec/cer/decoder.py
pyasn1/codec/cer/encoder.py
pyasn1/codec/der/__init__.py
pyasn1/codec/der/decoder.py
pyasn1/codec/der/encoder.py
pyasn1/compat/__init__.py
pyasn1/compat/octets.py
pyasn1/type/__init__.py
pyasn1/type/base.py
pyasn1/type/char.py
pyasn1/type/constraint.py
pyasn1/type/error.py
pyasn1/type/namedtype.py
pyasn1/type/namedval.py
pyasn1/type/tag.py
pyasn1/type/tagmap.py
pyasn1/type/univ.py
pyasn1/type/useful.py
test/__init__.py
test/suite.py
test/codec/__init__.py
test/codec/suite.py
test/codec/ber/__init__.py
test/codec/ber/suite.py
test/codec/ber/test_decoder.py
test/codec/ber/test_encoder.py
test/codec/cer/__init__.py
test/codec/cer/suite.py
test/codec/cer/test_decoder.py
test/codec/cer/test_encoder.py
test/codec/der/__init__.py
test/codec/der/suite.py
test/codec/der/test_decoder.py
test/codec/der/test_encoder.py
test/type/__init__.py
test/type/suite.py
test/type/test_constraint.py
test/type/test_namedtype.py
test/type/test_tag.py
test/type/test_univ.py