manifest.template 984 B

123456789101112131415161718192021222324252627282930313233343536
  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:
  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.lib1.type = chroot
  15. fs.mount.other.lib1.path = /lib
  16. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  17. fs.mount.other.lib2.type = chroot
  18. fs.mount.other.lib2.path = /lib64
  19. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  20. fs.mount.other.bin.type = chroot
  21. fs.mount.other.bin.path = /bin
  22. fs.mount.other.bin.uri = file:/bin
  23. fs.mount.other.inc.type = chroot
  24. fs.mount.other.inc.path = /usr/include
  25. fs.mount.other.inc.uri = file:/usr/include
  26. net.rules.1 = 127.0.0.1:1024-65535:0.0.0.0:0-65535
  27. net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:1024-65535