script.manifest.template 861 B

123456789101112131415161718192021222324252627
  1. loader.preload = file:$(SHIMPATH)
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = inline
  4. loader.syscall_symbol = syscalldb
  5. fs.mount.lib.type = chroot
  6. fs.mount.lib.path = /lib
  7. fs.mount.lib.uri = file:$(LIBCDIR)
  8. fs.mount.bin.type = chroot
  9. fs.mount.bin.path = /bin
  10. fs.mount.bin.uri = file:/bin
  11. sys.brk.size = 32M
  12. sys.stack.size = 4M
  13. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  14. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  15. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  16. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  17. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  18. sgx.trusted_files.script1_sh = file:script1.sh
  19. sgx.trusted_files.script2_sh = file:script2.sh
  20. sgx.trusted_files.script3_sh = file:script3.sh
  21. sgx.trusted_files.helloworld = file:helloworld
  22. sgx.trusted_children.helloworld = file:helloworld.sig