Browse Source

Removed dependency on specific version of libphp in manifest

Miti Mazmudar 4 years ago
parent
commit
9b9d6fcd0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LibOS/shim/test/apps/apache/httpd.manifest.template

+ 1 - 1
LibOS/shim/test/apps/apache/httpd.manifest.template

@@ -71,7 +71,7 @@ sgx.allowed_files.phptimeop=file:obj/htdocs/mitigator_phptime.txt
 #Extension and its dependencies (that are not already included above)
 sgx.trusted_files.phpini=file:obj/lib/php.ini
 sgx.trusted_files.mainextension=file:obj/modules/localattestation_decryption.so
-sgx.trusted_files.libphpcpp=file:/usr/lib/libphpcpp.so.2.0
+sgx.trusted_files.libphpcpp=file:/usr/lib/libphpcpp.so
 sgx.trusted_files.libprotobuf=file:/usr/lib/x86_64-linux-gnu/libprotobuf.so.9
 sgx.trusted_files.libuuid=file:/lib/x86_64-linux-gnu/libuuid.so.1
 sgx.trusted_files.libcrypto = file:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0