busybox.manifest.template 818 B

1234567891011121314151617181920212223242526
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:busybox
  4. loader.execname = busybox
  5. loader.env.PATH = /:/usr/sbin:/usr/bin:/sbin:/bin
  6. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu
  7. loader.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.env.HOSTNAME = test
  11. loader.debug_type = none
  12. fs.mount.lib1.type = chroot
  13. fs.mount.lib1.path = /lib
  14. fs.mount.lib1.uri = file:$(LIBCDIR)
  15. fs.mount.lib2.type = chroot
  16. fs.mount.lib2.path = /lib/x86_64-linux-gnu
  17. fs.mount.lib2.uri = file:/lib/x86_64-linux-gnu
  18. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  19. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  20. sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
  21. sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
  22. sgx.trusted_files.libcrypt = file:/lib/x86_64-linux-gnu/libcrypt.so.1