hello.manifest.template 443 B

123456789101112131415161718
  1. loader.preload = file:$(SHIMPATH)
  2. loader.exec = file:hello
  3. loader.env.LD_LIBRARY_PATH = /lib:/lib64
  4. loader.debug_type = none
  5. fs.mount.lib.type = chroot
  6. fs.mount.lib.path = /lib
  7. fs.mount.lib.uri = file:$(LIBCDIR)
  8. fs.mount.tmp.type = chroot
  9. fs.mount.tmp.path = /tmp
  10. fs.mount.tmp.uri = file:
  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