sh.manifest.template 984 B

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