File.manifest.template 514 B

1234567891011121314151617181920
  1. # the executable to run
  2. # loader.exec = file:./HelloWorld
  3. # debug type: inline|file
  4. loader.debug_type = inline
  5. # debug as file
  6. # loader.debug_file = <path>
  7. fs.mount.root.uri = file:
  8. # allow to bind on port 8000
  9. net.allow_bind.1 = 127.0.0.1:8000
  10. # allow to connect to port 8000
  11. net.allow_peer.1 = 127.0.0.1:8000
  12. sgx.allowed_files.tmp1 = file:file_exist.tmp
  13. sgx.allowed_files.tmp2 = file:../regression/file_exist.tmp
  14. sgx.allowed_files.tmp3 = file:file_nonexist.tmp
  15. sgx.allowed_files.tmp4 = file:file_delete.tmp