file_check_policy_allow_all_but_log.manifest.template 431 B

1234567891011121314151617
  1. #!$(PAL)
  2. loader.exec = file:file_check_policy
  3. loader.preload = file:$(SHIMPATH)
  4. loader.env.LD_LIBRARY_PATH = /lib
  5. loader.debug_type = none
  6. fs.mount.lib.type = chroot
  7. fs.mount.lib.path = /lib
  8. fs.mount.lib.uri = file:$(LIBCDIR)
  9. sgx.file_check_policy = allow_all_but_log
  10. sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
  11. sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
  12. sgx.trusted_files.test = file:trusted_testfile