/etc/grc.conf 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 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 | # anything to do with irc
\b\w+\b.*irc.*
conf.irclog
# log file
\b\w+\b.*log\b
conf.log
# configure command
(^|[/\w\.]+/)?configure
conf.configure
# ping command
(^|[/\w\.]+/)ping6?\s
conf.ping
# traceroute command
(^|[/\w\.]+/)traceroute6?\s
conf.traceroute
# gcc command
(^|[/\w\.]+/)g?cc\s
conf.gcc
# make command
(^|[/\w\.]+/)g?make\s?
conf.gcc
# netstat command
(^|[/\w\.]+/)netstat\s?
conf.netstat
# diff command
(^|[/\w\.]+/)diff\s?
conf.diff
# wdiff command
(^|[/\w\.]+/)wdiff\s?
conf.wdiff
# last command
(^|[/\w\.]+/)last\s?
conf.log
# ldap tools
(^|[/\w\.]+/)ldap
conf.ldap
# cvs command
(^|[/\w\.]+/)cvs\s?
conf.cvs
# mount command
(^|[/\w\.]+/)mount\s?
conf.mount
# mtr command
(^|[/\w\.]+/)mtr\s?
conf.mtr
# ps command
(^|[/\w\.]+/)ps\s?
conf.ps
# dig command
(^|[/\w\.]+/)dig\s?
conf.dig
# ifconfig command
(^|[/\w\.]+/)ifconfig\s?
conf.ifconfig
# ls command
(^|[/\w\.]+/)ls\s?
conf.ls
# mount
(^|[/\w\.]+/)mount\s?
conf.mount
# df
(^|[/\w\.]+/)df\s?
conf.df
|