init_fail.manifest.template 449 B

12345678910111213141516
  1. loader.preload = file:$(SHIMPATH)
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = none
  4. fs.mount.lib.type = chroot
  5. fs.mount.lib.path = /lib
  6. fs.mount.lib.uri = file:$(LIBCDIR)
  7. # purposefully force mount failure to cause early shim abort
  8. fs.mount.test.type = chroot
  9. fs.mount.test.path = /test
  10. fs.mount.test.uri = file:I_DONT_EXIST
  11. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  12. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6