- loader.preload = file:$(SHIMPATH)
- loader.env.LD_LIBRARY_PATH = /lib
- loader.debug_type = inline
- fs.mount.lib.type = chroot
- fs.mount.lib.path = /lib
- fs.mount.lib.uri = file:$(LIBCDIR)
- sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
- sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
- sgx.allowed_files.test = file:root
|