shared_object.manifest.template 296 B

1234567891011
  1. loader.preload = file:$(SHIMPATH)
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = inline
  4. fs.mount.lib.type = chroot
  5. fs.mount.lib.path = /lib
  6. fs.mount.lib.uri = file:$(LIBCDIR)
  7. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  8. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6