123456789101112131415161718192021 |
- # the executable to run
- # loader.exec = file:./HelloWorld
- # debug type: inline|file
- loader.debug_type = inline
- # debug as file
- # loader.debug_file = <path>
- fs.mount.root.uri = file:
- # allow to bind on port 8000
- net.allow_bind.1 = 127.0.0.1:8000
- # allow to connect to port 8000
- net.allow_peer.1 = 127.0.0.1:8000
- sgx.allow_file_creation = 0
- sgx.trusted_files.tmp1 = file:File
- sgx.trusted_files.tmp2 = file:../regression/File
- sgx.allowed_files.tmp3 = file:file_nonexist.tmp
- sgx.allowed_files.tmp4 = file:file_delete.tmp
|