Files
graphene/tests/benchmarks/basic.manifest.template
Paweł Marczewski 17ab04db59 [Pal,LibOS] New logging system
Instead of 'loader.debug_type', introduce 'loader.log_level'
and 'loader.log_file', along with a set of definitions for
logging at a chosen level.

For now, the call sites keep using the legacy macros (SGX_DBG and
debug()), because converting them all will conflict with other
big changes in the code base. The existing LibOS calls are
assumed to be at 'info' level.
2021-01-20 17:27:29 +01:00

21 lines
689 B
Plaintext

#sgx.enable_stats = 1
loader.preload = file:@GRAPHENEDIR@/Runtime/libsysdb.so
loader.env.LD_LIBRARY_PATH = /lib
loader.syscall_symbol = syscalldb
loader.insecure__use_cmdline_argv = 1
fs.mount.graphene_lib.type = chroot
fs.mount.graphene_lib.path = /lib
fs.mount.graphene_lib.uri = file:@GRAPHENEDIR@/Runtime
sgx.trusted_files.ld = file:@GRAPHENEDIR@/Runtime/ld-linux-x86-64.so.2
sgx.trusted_files.libc = file:@GRAPHENEDIR@/Runtime/libc.so.6
sgx.trusted_files.libdl = file:@GRAPHENEDIR@/Runtime/libdl.so.2
sgx.trusted_files.libm = file:@GRAPHENEDIR@/Runtime/libm.so.6
sgx.trusted_files.libpthread = file:@GRAPHENEDIR@/Runtime/libpthread.so.0
sgx.thread_num = 3
#sgx.nonpie_binary = 1