manifest.template 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_files.test1 = file:random.64K
  34. sgx.trusted_files.test2 = file:random.256K
  35. sgx.trusted_files.test3 = file:random.1M
  36. sgx.trusted_files.test4 = file:random.4M
  37. sgx.trusted_files.test5 = file:random.16M
  38. sgx.trusted_children.hello = file:hello.sig
  39. sgx.trusted_children.sh = file:sh.sig