12345678910111213141516171819 |
- loader.preload = file:$(SHIMPATH)
- loader.env.LD_LIBRARY_PATH = /lib
- loader.debug_type = none
- loader.syscall_symbol = syscalldb
- fs.mount.lib.type = chroot
- fs.mount.lib.path = /lib
- fs.mount.lib.uri = file:$(LIBCDIR)
- fs.mount.bin.type = chroot
- fs.mount.bin.path = /bin
- fs.mount.bin.uri = file:/bin
- sys.brk.size = 32M
- sys.stack.size = 4M
- # sgx-related
- sgx.trusted_files.ld = file:../../../../Runtime/ld-linux-x86-64.so.2
- sgx.trusted_files.libc = file:../../../../Runtime/libc.so.6
|