This file is indexed.

/usr/lib/python2.7/dist-packages/pyremctl-3.8.egg-info is in python-remctl 3.8-3.

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
Metadata-Version: 1.1
Name: pyremctl
Version: 3.8
Summary: Python bindings for remctl remote command execution
Home-page: http://www.eyrie.org/~eagle/software/remctl/
Author: Thomas L. Kula
Author-email: kula@tproa.net
License: MIT
Description: remctl is a client/server application that supports remote
        execution of specific commands, using Kerberos v5 GSS-API for
        authentication.  Authorization is controlled by a configuration
        file and ACL files and can be set separately for each command,
        unlike with rsh.  remctl is like a Kerberos-authenticated simple
        CGI server, or a combination of Kerberos rsh and sudo without
        most of the features and complexity of either.
        
        This module provides Python bindings to the remctl client
        library.
Keywords: remctl,kerberos,remote,command
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules