ls.manifest.template 958 B

1234567891011121314151617181920212223242526
  1. loader.preload = file:$(SHIMPATH)
  2. loader.exec = file:/bin/ls
  3. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu
  4. loader.debug_type = none
  5. fs.mount.lib.type = chroot
  6. fs.mount.lib.path = /lib
  7. fs.mount.lib.uri = file:$(LIBCDIR)
  8. fs.mount.hostlib.type = chroot
  9. fs.mount.hostlib.path = /lib/x86_64-linux-gnu
  10. fs.mount.hostlib.uri = file:/lib/x86_64-linux-gnu
  11. fs.mount.bin.type = chroot
  12. fs.mount.bin.path = /bin
  13. fs.mount.bin.uri = file:/bin
  14. # sgx-related
  15. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  16. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  17. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  18. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  19. sgx.trusted_files.libselinux = file:/lib/x86_64-linux-gnu/libselinux.so.1
  20. sgx.trusted_files.libacl = file:/lib/x86_64-linux-gnu/libacl.so.1
  21. sgx.trusted_files.libpcre = file:/lib/x86_64-linux-gnu/libpcre.so.3
  22. sgx.trusted_files.libattr = file:/lib/x86_64-linux-gnu/libattr.so.1