rm.manifest.template 726 B

12345678910111213141516171819202122232425
  1. loader.preload = file:$(SHIMPATH)
  2. loader.exec = file:/bin/rm
  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. # allow to bind on port 8000
  15. net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
  16. # allow to connect to port 8000
  17. net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000
  18. # sgx-related
  19. sgx.trusted_files.ld.uri = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  20. sgx.trusted_files.libc.uri = file:$(LIBCDIR)/libc.so.6