12345678910111213141516171819202122 |
- loader.preload = file:../../src/libsysdb.so
- loader.env.LD_LIBRARY_PATH = /lib
- loader.debug_type = inline
- 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.allow_bind.1 = 127.0.0.1:8000
- # allow to connect to port 8000
- net.allow_peer.1 = 127.0.0.1:8000
- # sys.ask_for_checkpoint = 1
|