sh.manifest.template 751 B

12345678910111213141516171819202122232425262728
  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.tmp.type = chroot
  6. fs.mount.tmp.path = /tmp
  7. fs.mount.tmp.uri = file:/tmp
  8. fs.mount.lib.type = chroot
  9. fs.mount.lib.path = /lib
  10. fs.mount.lib.uri = file:$(LIBCDIR)
  11. glibc.heap_size = 16M
  12. sys.brk.size = 32M
  13. sys.stack.size = 4M
  14. sgx.enclave_size = 512M
  15. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  16. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  17. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  18. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  19. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  20. sgx.trusted_files.hello = file:/tmp/hello
  21. sgx.trusted_children.hello = file:hello.sig