| 123456789101112131415161718192021222324252627282930 | loader.preload = file:$(SHIMPATH)loader.exec = file:/bin/shloader.env.LD_LIBRARY_PATH = /lib:/lib64loader.debug_type = nonefs.mount.tmp1.type = chrootfs.mount.tmp1.path = /tmpfs.mount.tmp1.uri = file:/tmpfs.mount.tmp2.type = chrootfs.mount.tmp2.path = /var/tmpfs.mount.tmp2.uri = file:/var/tmpfs.mount.lib.type = chrootfs.mount.lib.path = /libfs.mount.lib.uri = file:$(LIBCDIR)sgx.enclave_size = 128Msys.brk.size = 32Msys.stack.size = 4Msgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0sgx.trusted_files.hello = file:hellosgx.trusted_children.hello = file:hello.sig
 |