eventfd.manifest.template 617 B

12345678910111213141516
  1. loader.preload = file:../../src/libsysdb.so
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = none
  4. loader.syscall_symbol = syscalldb
  5. sys.allow_insecure_eventfd = 1
  6. fs.mount.graphene_lib.type = chroot
  7. fs.mount.graphene_lib.path = /lib
  8. fs.mount.graphene_lib.uri = file:../../../../Runtime
  9. sgx.trusted_files.ld = file:../../../../Runtime/ld-linux-x86-64.so.2
  10. sgx.trusted_files.libc = file:../../../../Runtime/libc.so.6
  11. sgx.trusted_files.libdl = file:../../../../Runtime/libdl.so.2
  12. sgx.trusted_files.libm = file:../../../../Runtime/libm.so.6
  13. sgx.trusted_files.libpthread = file:../../../../Runtime/libpthread.so.0