This file is indexed.

/usr/share/doc/makejail/examples/global.OpenBSD is in makejail 0.0.5-10.

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
# Copy this file into /etc/makejail to set defaults
# configuration options specific to OpenBSD (tested on 3.0)

pathToLdSoConf=None
pathToLdSoCache="/var/run/ld.so.hints"
psCommand="ps -ax"
psColumns=[1,5]
straceCommand="ktrace -a -f %file -i %command"
straceCommandPid="ktrace -p %pid -a -f %file -i"
straceCommandStop="ktrace -C"
straceCommandView="kdump -f %file"
stracePatterns=[['.* NAMI +"([^"]*)".*',
				 '.* RET *(exec.*|open|access|utimes|chown|.*stat|readlink|chdir) -1 errno 2.*']]
straceCreatePatterns=[['.* NAMI +"([^"]*)".*',
					   '.* RET *bind -1 errno 2.*']]
straceSocketPatterns=[['.* NAMI +"([^"]*)".*',
					   '.* RET *connect -1 errno 2.*']]