- loader.preload = file:$(SHIMPATH)
- loader.env.LD_LIBRARY_PATH = /lib
- loader.debug_type = none
- fs.mount.lib.type = chroot
- fs.mount.lib.path = /lib
- fs.mount.lib.uri = file:$(LIBCDIR)
- # purposefully force mount failure to cause early shim abort
- fs.mount.test.type = chroot
- fs.mount.test.path = /test
- fs.mount.test.uri = file:I_DONT_EXIST
- sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
- sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
|