ld.manifest.template 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:/usr/bin/ld
  4. loader.execname = /usr/bin/ld
  5. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = /bin:/usr/bin
  7. loader.debug_type = $(DEBUGTYPE)
  8. fs.mount.lib1.type = chroot
  9. fs.mount.lib1.path = /lib
  10. fs.mount.lib1.uri = file:$(LIBCDIR)
  11. fs.mount.lib2.type = chroot
  12. fs.mount.lib2.path = /lib/x86_64-linux-gnu
  13. fs.mount.lib2.uri = file:/lib/x86_64-linux-gnu
  14. fs.mount.usr.type = chroot
  15. fs.mount.usr.path = /usr
  16. fs.mount.usr.uri = file:/usr
  17. fs.mount.tmp.type = chroot
  18. fs.mount.tmp.path = /tmp
  19. fs.mount.tmp.uri = file:/tmp
  20. sgx.enclave_size = 512M
  21. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  22. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  23. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  24. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  25. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  26. sgx.trusted_files.libz = file:/lib/x86_64-linux-gnu/libz.so.1
  27. sgx.trusted_files.libbfd = file:/usr/lib/x86_64-linux-gnu/libbfd-2.26.1-system.so
  28. sgx.trusted_files.liblto = file:$(GCCDIR)/liblto_plugin.so
  29. sgx.trusted_files.libgcc = file:$(GCCDIR)/libgcc_s.so
  30. sgx.trusted_files.libgcca = file:$(GCCDIR)/libgcc.a
  31. sgx.trusted_files.crtend = file:$(GCCDIR)/crtend.o
  32. sgx.trusted_files.crtbegin = file:$(GCCDIR)/crtbegin.o
  33. sgx.allowed_files.tmp = file:/tmp
  34. sgx.allowed_files.test_files = file:test_files
  35. sgx.allowed_files.aout = file:a.out
  36. sgx.allowed_files.hostdebug = file:/usr/lib/debug/usr/lib/x86_64-linux-gnu
  37. sgx.allowed_files.hostusrlib = file:/usr/lib/x86_64-linux-gnu
  38. sgx.allowed_files.hostlib = file:/lib/x86_64-linux-gnu