lighttpd.manifest.template 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:build/sbin/lighttpd
  4. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu:/lighttpd
  5. loader.debug_type = none
  6. fs.mount.lib.type = chroot
  7. fs.mount.lib.path = /lib
  8. fs.mount.lib.uri = file:$(LIBCDIR)
  9. fs.mount.lib64.type = chroot
  10. fs.mount.lib64.path = /lib/x86_64-linux-gnu
  11. fs.mount.lib64.uri = file:/lib/x86_64-linux-gnu
  12. fs.mount.build.type = chroot
  13. fs.mount.build.path = /lighttpd
  14. fs.mount.build.uri = file:build/lib
  15. fs.mount.html.type = chroot
  16. fs.mount.html.path = $(PWD)/html
  17. fs.mount.html.uri = file:html
  18. fs.mount.usr.type = chroot
  19. fs.mount.usr.path = /usr
  20. fs.mount.usr.uri = file:/usr
  21. fs.mount.tmp.type = chroot
  22. fs.mount.tmp.path = /tmp
  23. fs.mount.tmp.uri = file:/tmp
  24. # allow to bind on port for listening
  25. net.allow_bind.1 = $(HOST):$(PORT)
  26. sys.stack.size = 256K
  27. sys.brk.size = 4M
  28. glibc.heap_size = 16M
  29. sgx.thread_num = 28
  30. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  31. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  32. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  33. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  34. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  35. sgx.trusted_files.libssl = file:/lib/x86_64-linux-gnu/libssl.so.1.0.0
  36. sgx.trusted_files.libcrypto = file:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  37. sgx.trusted_files.lib1 = file:build/lib/mod_indexfile.so
  38. sgx.trusted_files.lib2 = file:build/lib/mod_dirlisting.so
  39. sgx.trusted_files.lib3 = file:build/lib/mod_staticfile.so
  40. sgx.trusted_files.conf1 = file:lighttpd.conf
  41. sgx.trusted_files.conf2 = file:lighttpd-generic.conf
  42. sgx.trusted_files.conf3 = file:lighttpd-server.conf
  43. sgx.trusted_files.conf4 = file:lighttpd-multithreaded.conf
  44. sgx.trusted_files.conf5 = file:lighttpd-ssl.conf
  45. sgx.trusted_files.server_key = file:server.pem
  46. sgx.allowed_files.html = file:html