sh.manifest.template 819 B

123456789101112131415161718192021222324252627282930
  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. sgx.enclave_size = 128M
  15. sys.brk.size = 32M
  16. sys.stack.size = 4M
  17. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  18. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  19. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  20. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  21. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  22. sgx.trusted_files.hello = file:hello
  23. sgx.trusted_children.hello = file:hello.sig