This file is indexed.

/usr/share/pyshared/SoftLayer-3.0.1.egg-info/SOURCES.txt is in python-softlayer 3.0.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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
SoftLayer/API.py
SoftLayer/__init__.py
SoftLayer/auth.py
SoftLayer/config.py
SoftLayer/consts.py
SoftLayer/exceptions.py
SoftLayer/transports.py
SoftLayer/utils.py
SoftLayer.egg-info/PKG-INFO
SoftLayer.egg-info/SOURCES.txt
SoftLayer.egg-info/dependency_links.txt
SoftLayer.egg-info/entry_points.txt
SoftLayer.egg-info/not-zip-safe
SoftLayer.egg-info/requires.txt
SoftLayer.egg-info/top_level.txt
SoftLayer/CLI/__init__.py
SoftLayer/CLI/core.py
SoftLayer/CLI/environment.py
SoftLayer/CLI/exceptions.py
SoftLayer/CLI/formatting.py
SoftLayer/CLI/helpers.py
SoftLayer/CLI/template.py
SoftLayer/CLI/modules/__init__.py
SoftLayer/CLI/modules/bmc.py
SoftLayer/CLI/modules/cci.py
SoftLayer/CLI/modules/config.py
SoftLayer/CLI/modules/dns.py
SoftLayer/CLI/modules/filters.py
SoftLayer/CLI/modules/firewall.py
SoftLayer/CLI/modules/globalip.py
SoftLayer/CLI/modules/help.py
SoftLayer/CLI/modules/image.py
SoftLayer/CLI/modules/iscsi.py
SoftLayer/CLI/modules/messaging.py
SoftLayer/CLI/modules/metadata.py
SoftLayer/CLI/modules/nas.py
SoftLayer/CLI/modules/rwhois.py
SoftLayer/CLI/modules/server.py
SoftLayer/CLI/modules/sshkey.py
SoftLayer/CLI/modules/ssl.py
SoftLayer/CLI/modules/subnet.py
SoftLayer/CLI/modules/summary.py
SoftLayer/CLI/modules/vlan.py
SoftLayer/managers/__init__.py
SoftLayer/managers/cci.py
SoftLayer/managers/dns.py
SoftLayer/managers/firewall.py
SoftLayer/managers/hardware.py
SoftLayer/managers/messaging.py
SoftLayer/managers/metadata.py
SoftLayer/managers/network.py
SoftLayer/managers/sshkey.py
SoftLayer/managers/ssl.py
SoftLayer/tests/__init__.py
SoftLayer/tests/api_tests.py
SoftLayer/tests/auth_tests.py
SoftLayer/tests/basic_tests.py
SoftLayer/tests/config_tests.py
SoftLayer/tests/functional_tests.py
SoftLayer/tests/transport_tests.py
SoftLayer/tests/CLI/__init__.py
SoftLayer/tests/CLI/core_tests.py
SoftLayer/tests/CLI/environment_tests.py
SoftLayer/tests/CLI/helper_tests.py
SoftLayer/tests/CLI/modules/__init__.py
SoftLayer/tests/CLI/modules/bmc_tests.py
SoftLayer/tests/CLI/modules/server_tests.py
SoftLayer/tests/fixtures/empty.conf
SoftLayer/tests/fixtures/full.conf
SoftLayer/tests/fixtures/no_options.conf
SoftLayer/tests/fixtures/sample_cci_template.conf
SoftLayer/tests/managers/__init__.py
SoftLayer/tests/managers/cci_tests.py
SoftLayer/tests/managers/dns_tests.py
SoftLayer/tests/managers/firewall_tests.py
SoftLayer/tests/managers/hardware_tests.py
SoftLayer/tests/managers/metadata_tests.py
SoftLayer/tests/managers/network_tests.py
SoftLayer/tests/managers/queue_tests.py
SoftLayer/tests/managers/sshkey_tests.py
SoftLayer/tests/managers/ssl_tests.py
SoftLayer/tests/mocks/__init__.py
SoftLayer/tests/mocks/account_mock.py
SoftLayer/tests/mocks/hardware_mock.py
SoftLayer/tests/mocks/product_package_mock.py
SoftLayer/tests/mocks/virtual_guest_mock.py