manifest.template 584 B

12345678910111213141516171819202122
  1. loader.preload = file:../../src/libsysdb.so
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = none
  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. fs.mount.other.bin.type = chroot
  11. fs.mount.other.bin.path = /bin
  12. fs.mount.other.bin.uri = file:/bin
  13. # allow to bind on port 8000
  14. net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
  15. # allow to connect to port 8000
  16. net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000
  17. # sys.ask_for_checkpoint = 1