This file is indexed.

/etc/checksecurity/check-socket.conf is in checksecurity 2.0.14ubuntu1.

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
#
# This is the check-socket script configuration file contained
# in the checksecurity package.
#
# These configuration variables may be set:
# 
#     CHECKSECURITY_IGNORELINES
#     LOGDIR
# 
# Each is described in its own section below -- search for ####
# as a section divider.
#
####
####
#
# Location of socket status databases. 
#
LOGDIR=/var/log/checksecurity
####
#
# Lines that will be ignored, you can use here any sintax
# that 'egrep' will understand. Output lines that contain the
# the regular expression defined here will be ignored.
#
# Example: ignore all rpc processes
# CHECKSECURITY_IGNORELINES="^rpc\..*"
#
# Standard, just ignore empty lines:
CHECKSECURITY_IGNORELINES="^$"