cp.manifest.template 958 B

12345678910111213141516171819202122232425
  1. loader.preload = file:$(SHIMPATH)
  2. loader.exec = file:/bin/cp
  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. # sgx-related
  12. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  13. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  14. sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
  15. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  16. sgx.trusted_files.libselinux = file:/lib/x86_64-linux-gnu/libselinux.so.1
  17. sgx.trusted_files.libacl = file:/lib/x86_64-linux-gnu/libacl.so.1
  18. sgx.trusted_files.libpcre = file:/lib/x86_64-linux-gnu/libpcre.so.3
  19. sgx.trusted_files.libattr = file:/lib/x86_64-linux-gnu/libattr.so.1
  20. sgx.allowed_files.test3 = file:somefile
  21. sgx.allowed_files.testdir = file:testdir