large-mmap.manifest.template 665 B

123456789101112131415161718192021222324
  1. loader.preload = file:../../src/libsysdb.so
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = none
  4. loader.syscall_symbol = syscalldb
  5. fs.mount.lib.type = chroot
  6. fs.mount.lib.path = /lib
  7. fs.mount.lib.uri = file:../../../../Runtime
  8. fs.mount.bin.type = chroot
  9. fs.mount.bin.path = /bin
  10. fs.mount.bin.uri = file:/bin
  11. # allow to bind on port 8000
  12. net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
  13. # allow to connect to port 8000
  14. net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000
  15. sgx.trusted_files.ld = file:../../../../Runtime/ld-linux-x86-64.so.2
  16. sgx.trusted_files.libc = file:../../../../Runtime/libc.so.6
  17. sgx.allowed_files.testfile = file:testfile
  18. sgx.enclave_size = 8G