python.manifest.template 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:/usr/bin/python
  4. loader.execname = python
  5. loader.env.LD_LIBRARY_PATH = /graphene:/graphene/resolv:/host:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = /usr/bin:/bin
  7. loader.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.debug_type = none
  11. fs.mount.lib1.type = chroot
  12. fs.mount.lib1.path = /graphene
  13. fs.mount.lib1.uri = file:$(LIBCDIR)
  14. fs.mount.lib2.type = chroot
  15. fs.mount.lib2.path = /host
  16. fs.mount.lib2.uri = file:/lib/x86_64-linux-gnu
  17. fs.mount.bin.type = chroot
  18. fs.mount.bin.path = /bin
  19. fs.mount.bin.uri = file:/bin
  20. fs.mount.usr.type = chroot
  21. fs.mount.usr.path = /usr
  22. fs.mount.usr.uri = file:/usr
  23. fs.mount.etc.type = chroot
  24. fs.mount.etc.path = /etc
  25. fs.mount.etc.uri = file:
  26. sys.stack.size = 256K
  27. sys.brk.size = 4M
  28. glibc.heap_size = 16M
  29. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  30. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  31. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  32. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  33. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  34. sgx.trusted_files.liburil = file:$(LIBCDIR)/libutil.so.1
  35. sgx.trusted_files.libz = file:/lib/x86_64-linux-gnu/libz.so.1
  36. sgx.trusted_files.libnss1 = file:/lib/x86_64-linux-gnu/libnss_compat.so.2
  37. sgx.trusted_files.libnss2 = file:/lib/x86_64-linux-gnu/libnss_files.so.2
  38. sgx.trusted_files.libnss3 = file:$(LIBCDIR)/libnss_dns.so.2
  39. sgx.trusted_files.libssl = file:/lib/x86_64-linux-gnu/libssl.so.1.0.0
  40. sgx.trusted_files.libcrypto = file:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  41. sgx.trusted_files.libresolv = file:$(LIBCDIR)/libresolv.so.2
  42. sgx.trusted_files.hosts = file:hosts
  43. sgx.trusted_files.resolv = file:resolv.conf
  44. sgx.trusted_files.gai = file:gai.conf
  45. sgx.allowed_files.pyhome = file:/usr/lib/python2.7
  46. sgx.allowed_files.scripts = file:scripts