File: global.OpenBSD

package info (click to toggle)
makejail 0.0.5-10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 252 kB
  • ctags: 156
  • sloc: python: 1,161; makefile: 87; sh: 84
file content (17 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (4)
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.*']]