manifest.template 486 B

123456789101112131415161718
  1. loader.preload = file:../../src/libsysdb.so
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = inline
  4. loader.syscall_symbol = syscalldb
  5. fs.mount.root.type = chroot
  6. fs.mount.root.uri = file:
  7. fs.mount.other.lib.type = chroot
  8. fs.mount.other.lib.path = /lib
  9. fs.mount.other.lib.uri = file:../../../build
  10. # allow to bind on port 8000
  11. net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
  12. # allow to connect to port 8000
  13. net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000
  14. # sys.ask_for_checkpoint = 1