| 12345678910111213141516171819202122 | 
							- loader.preload = file:../../src/libsysdb.so
 
- loader.env.LD_LIBRARY_PATH = /lib
 
- loader.debug_type = none
 
- loader.syscall_symbol = syscalldb
 
- fs.mount.root.type = chroot
 
- fs.mount.root.uri = file:
 
- fs.mount.other.lib.type = chroot
 
- fs.mount.other.lib.path = /lib
 
- fs.mount.other.lib.uri = file:../../../build
 
- fs.mount.other.bin.type = chroot
 
- fs.mount.other.bin.path = /bin
 
- fs.mount.other.bin.uri = file:/bin
 
- # allow to bind on port 8000
 
- net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
 
- # allow to connect to port 8000
 
- net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000
 
- # sys.ask_for_checkpoint = 1
 
 
  |