manifest.template 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. loader.preload = file:$(SHIMPATH)
  2. loader.env.LD_LIBRARY_PATH = /lib:/lib64
  3. loader.debug_type = none
  4. fs.mount.tmp1.type = chroot
  5. fs.mount.tmp1.path = /tmp
  6. fs.mount.tmp1.uri = file:/tmp
  7. fs.mount.tmp2.type = chroot
  8. fs.mount.tmp2.path = /var/tmp
  9. fs.mount.tmp2.uri = file:/var/tmp
  10. fs.mount.lib.type = chroot
  11. fs.mount.lib.path = /lib
  12. fs.mount.lib.uri = file:$(LIBCDIR)
  13. fs.mount.bin.type = chroot
  14. fs.mount.bin.path = /bin/sh
  15. fs.mount.bin.uri = file:/bin/sh
  16. fs.mount.inc.type = chroot
  17. fs.mount.inc.path = /usr/include/x86_64-linux-gnu/sys/types.h
  18. fs.mount.inc.uri = file:/usr/include/x86_64-linux-gnu/sys/types.h
  19. net.allow_bind.1 = 0.0.0.0:31233-31237
  20. net.allow_bind.2 = 0.0.0.0:34297-34298
  21. net.allow_peer.1 = 127.0.0.1:0-65535
  22. sys.brk.size = 32M
  23. sys.stack.size = 4M
  24. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  25. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  26. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  27. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  28. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  29. sgx.trusted_files.sh = file:/bin/sh
  30. sgx.allowed_files.tmp1 = file:/tmp
  31. sgx.allowed_files.tmp2 = file:/var/tmp
  32. sgx.allowed_files.inc = file:/usr/include/x86_64-linux-gnu/sys/types.h
  33. sgx.trusted_children.sh = file:sh.sig