manifest.template 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:$(PWD)lmbench-2.5/bin/linux/$(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:$(PWD)lmbench-2.5/bin/linux
  8. fs.mount.other.graphene.type = chroot
  9. fs.mount.other.graphene.path = /graphene
  10. fs.mount.other.graphene.uri = file:$(PWD)lmbench-2.5/bin/graphene
  11. fs.mount.other.tmp1.type = chroot
  12. fs.mount.other.tmp1.path = /tmp
  13. fs.mount.other.tmp1.uri = file:/tmp
  14. fs.mount.other.tmp2.type = chroot
  15. fs.mount.other.tmp2.path = /var/tmp
  16. fs.mount.other.tmp2.uri = file:/var/tmp
  17. fs.mount.other.lib.type = chroot
  18. fs.mount.other.lib.path = /lib
  19. fs.mount.other.lib.uri = file:$(GLIBCDIR)
  20. fs.mount.other.bin.type = chroot
  21. fs.mount.other.bin.path = /bin/sh
  22. fs.mount.other.bin.uri = file:$(HOSTDIR)/bin/sh
  23. fs.mount.other.inc.type = chroot
  24. fs.mount.other.inc.path = /usr/include/x86_64-linux-gnu/sys/types.h
  25. fs.mount.other.inc.uri = file:$(HOSTDIR)/usr/include/x86_64-linux-gnu/sys/types.h
  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