host_root_fs.manifest.template 514 B

12345678910111213141516
  1. loader.preload = file:../../src/libsysdb.so
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = none
  4. loader.syscall_symbol = syscalldb
  5. fs.root.type = chroot
  6. fs.root.path = /
  7. fs.root.uri = file:/
  8. fs.mount.graphene_lib.type = chroot
  9. fs.mount.graphene_lib.path = /lib
  10. fs.mount.graphene_lib.uri = file:../../../../Runtime
  11. sgx.trusted_files.ld = file:../../../../Runtime/ld-linux-x86-64.so.2
  12. sgx.trusted_files.libc = file:../../../../Runtime/libc.so.6
  13. sgx.trusted_files.libdl = file:../../../../Runtime/libdl.so.2