manifest.template 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:$(BIN)
  4. loader.env.LD_LIBRARY_PATH = /lib:/lib64
  5. loader.debug_type = none
  6. fs.mount.root.type = chroot
  7. fs.mount.root.uri = file:
  8. fs.mount.other.tmp1.type = chroot
  9. fs.mount.other.tmp1.path = /tmp
  10. fs.mount.other.tmp1.uri = file:/tmp
  11. fs.mount.other.tmp2.type = chroot
  12. fs.mount.other.tmp2.path = /var/tmp
  13. fs.mount.other.tmp2.uri = file:/var/tmp
  14. fs.mount.other.lib.type = chroot
  15. fs.mount.other.lib.path = /lib
  16. fs.mount.other.lib.uri = file:$(GLIBCDIR)
  17. fs.mount.other.bin.type = chroot
  18. fs.mount.other.bin.path = /bin/sh
  19. fs.mount.other.bin.uri = file:$(HOSTDIR)/bin/sh
  20. fs.mount.other.inc.type = chroot
  21. fs.mount.other.inc.path = /usr/include/x86_64-linux-gnu/sys/types.h
  22. fs.mount.other.inc.uri = file:$(HOSTDIR)/usr/include/x86_64-linux-gnu/sys/types.h
  23. fs.mount.other.tmp3.type = chroot
  24. fs.mount.other.tmp3.path = /tmp/hello
  25. fs.mount.other.tmp3.uri = file:../linux/hello
  26. net.allow_bind.1 = 0.0.0.0:31233-31237
  27. net.allow_bind.2 = 0.0.0.0:34297-34298
  28. net.allow_peer.1 = 127.0.0.1:0-65535