hello.manifest.template 365 B

1234567891011121314
  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. sys.brk.size = 32M
  9. sys.stack.size = 4M
  10. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  11. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6