manifest.template 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. loader.preload = file:$(SHIMPATH)
  2. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib64
  3. loader.env.PATH = /bin:/usr/bin:.
  4. loader.env.LD_PRELOAD = /usr/lib/x86_64-linux-gnu/coreutils/libstdbuf.so
  5. loader.env._STDBUF_O = L
  6. loader.debug_type = none
  7. fs.mount.shm.type = chroot
  8. fs.mount.shm.path = /dev/shm
  9. fs.mount.shm.uri = file:/tmp
  10. fs.mount.lib.type = chroot
  11. fs.mount.lib.path = /lib
  12. fs.mount.lib.uri = file:$(LIBCDIR)
  13. fs.mount.lib64.type = chroot
  14. fs.mount.lib64.path = /lib/x86_64-linux-gnu
  15. fs.mount.lib64.uri = file:/lib/x86_64-linux-gnu
  16. fs.mount.usr.type = chroot
  17. fs.mount.usr.path = /usr
  18. fs.mount.usr.uri = file:/usr
  19. fs.mount.tmp.type = chroot
  20. fs.mount.tmp.path = /tmp
  21. fs.mount.tmp.uri = file:/tmp
  22. sys.brk.size = 32M
  23. sys.stack.size = 4M
  24. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  25. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  26. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  27. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  28. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  29. sgx.trusted_files.libstdbuf = file:/usr/lib/x86_64-linux-gnu/coreutils/libstdbuf.so
  30. sgx.allowed_files.tmp = file:/tmp