This file is indexed.

/usr/share/pyshared/pymodbus-0.9.0.egg-info/SOURCES.txt is in python-pymodbus 0.9.0+r175-2.

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
70
71
72
setup.cfg
setup.py
pymodbus/__init__.py
pymodbus/bit_read_message.py
pymodbus/bit_write_message.py
pymodbus/constants.py
pymodbus/device.py
pymodbus/diag_message.py
pymodbus/events.py
pymodbus/exceptions.py
pymodbus/factory.py
pymodbus/file_message.py
pymodbus/interfaces.py
pymodbus/mei_message.py
pymodbus/other_message.py
pymodbus/payload.py
pymodbus/pdu.py
pymodbus/register_read_message.py
pymodbus/register_write_message.py
pymodbus/transaction.py
pymodbus/utilities.py
pymodbus/version.py
pymodbus.egg-info/PKG-INFO
pymodbus.egg-info/SOURCES.txt
pymodbus.egg-info/dependency_links.txt
pymodbus.egg-info/requires.txt
pymodbus.egg-info/top_level.txt
pymodbus.egg-info/zip-safe
pymodbus/client/__init__.py
pymodbus/client/async.py
pymodbus/client/common.py
pymodbus/client/sync.py
pymodbus/datastore/__init__.py
pymodbus/datastore/context.py
pymodbus/datastore/database.py
pymodbus/datastore/modredis.py
pymodbus/datastore/remote.py
pymodbus/datastore/store.py
pymodbus/internal/__init__.py
pymodbus/internal/ptwisted.py
pymodbus/server/__init__.py
pymodbus/server/async.py
pymodbus/server/sync.py
test/test_all_messages.py
test/test_bit_read_messages.py
test/test_bit_write_messages.py
test/test_client_async.py
test/test_client_common.py
test/test_client_sync.py
test/test_datastore.py
test/test_device.py
test/test_diag_messages.py
test/test_events.py
test/test_exceptions.py
test/test_factory.py
test/test_file_message.py
test/test_fixes.py
test/test_interfaces.py
test/test_mei_messages.py
test/test_other_messages.py
test/test_payload.py
test/test_pdu.py
test/test_ptwisted.py
test/test_register_read_messages.py
test/test_register_write_messages.py
test/test_remote_datastore.py
test/test_server_async.py
test/test_server_context.py
test/test_server_sync.py
test/test_transaction.py
test/test_utilities.py
test/test_version.py