This file is indexed.

/usr/share/grc/conf.proftpd is in grc 1.9-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
# this configuration file is suitable for displaying proftpd log files
# submitted by Pavol Domin

# everything in brakets
regexp=\[.+?\]
colours=cyan
count=more
======
# everything in ""
regexp=\".+?\"
colours=green
count=more
======
# ip number
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
colours=bold magenta
count=more
======
# STOR
regexp=STOR
colours=bold red on_white
count=more
======
# RETR
regexp=RETR
colours=black on_white
count=more
==
# first tree fields separated by space
regexp=^([\w\.]+?\s)([\w\.]+?\s)([\w\.]+?\s)
colours=bold blue, bold yellow, bold magenta