This file is indexed.

/usr/share/pyshared/M2Crypto/PGP/constants.py is in python-m2crypto 0.21.1-2ubuntu2.

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
"""M2Crypto PGP2.

Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved."""

CTB_TAG             = 128

CTB_PKE             = 1
CTB_SIGNATURE       = 2
CTB_MESSAGE_DIGETS  = 3
CTB_PRIVATE_KEY     = 5
CTB_PUBLIC_KEY      = 6
CTB_COMPRESSED_DATA = 8
CTB_CKE             = 9
CTB_LITERAL_DATA    = 11
CTB_TRUST           = 12
CTB_USERID          = 13
CTB_COMMENT         = 14