manifest.template 816 B

123456789101112131415161718192021222324252627282930
  1. loader.preload = file:$(SHIMPATH)
  2. loader.env.LD_LIBRARY_PATH = /lib:/lib64:/usr/lib:/usr/lib64
  3. loader.debug_type = none
  4. fs.mount.shm.type = chroot
  5. fs.mount.shm.path = /dev/shm
  6. fs.mount.shm.uri = file:/dev/shm
  7. fs.mount.lib.type = chroot
  8. fs.mount.lib.path = /lib
  9. fs.mount.lib.uri = file:$(LIBCDIR)
  10. fs.mount.usr.type = chroot
  11. fs.mount.usr.path = /usr
  12. fs.mount.usr.uri = file:/usr
  13. fs.mount.tmp.type = chroot
  14. fs.mount.tmp.path = /tmp
  15. fs.mount.tmp.uri = file:/tmp
  16. sys.brk.size = 32M
  17. sys.stack.size = 4M
  18. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  19. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  20. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  21. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  22. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  23. sgx.allowed_files.tmp = file:/tmp