lighttpd.manifest.template 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:build/sbin/lighttpd
  4. loader.env.LD_LIBRARY_PATH = /lib:/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.build.type = chroot
  10. fs.mount.build.path = /lighttpd
  11. fs.mount.build.uri = file:build/lib
  12. fs.mount.html.type = chroot
  13. fs.mount.html.path = $(PWD)/html
  14. fs.mount.html.uri = file:html
  15. fs.mount.usr.type = chroot
  16. fs.mount.usr.path = /usr
  17. fs.mount.usr.uri = file:/usr
  18. fs.mount.tmp.type = chroot
  19. fs.mount.tmp.path = /tmp
  20. fs.mount.tmp.uri = file:/tmp
  21. # allow to bind on port for listening
  22. net.rules.1 = $(HOST):$(PORT):0.0.0.0:0-65535
  23. sys.stack.size = 256K
  24. sys.brk.size = 4M
  25. glibc.heap_size = 16M
  26. sgx.thread_num = 8
  27. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  28. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  29. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  30. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  31. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  32. sgx.trusted_files.lib1 = file:build/lib/mod_indexfile.so
  33. sgx.trusted_files.lib2 = file:build/lib/mod_dirlisting.so
  34. sgx.trusted_files.lib3 = file:build/lib/mod_staticfile.so
  35. sgx.trusted_files.conf1 = file:lighttpd.conf
  36. sgx.trusted_files.conf2 = file:lighttpd-generic.conf
  37. sgx.trusted_files.conf3 = file:lighttpd-server.conf
  38. sgx.trusted_files.conf4 = file:lighttpd-multithreaded.conf
  39. sgx.allowed_files.html = file:html