diff --git a/enclaves/quartz/quartz.manifest.template b/enclaves/quartz/quartz.manifest.template index 2735e3e..15b681e 100644 --- a/enclaves/quartz/quartz.manifest.template +++ b/enclaves/quartz/quartz.manifest.template @@ -19,7 +19,11 @@ loader.env.RA_TLS_ISV_PROD_ID = { passthrough = true } loader.env.RA_TLS_EPID_API_KEY = { passthrough = true } loader.env.MYAPP_DATA = { passthrough = true } -loader.argv = ["quartz-enclave"] +loader.argv = ["quartz-enclave", + "--chain-id", "testing", + "--mr-enclave", "fa9149158c693b09e83480b48c2e7344c941aadca6d5829834f2af9f2690435e", + "--trusted-height", "1", + "--trusted-hash", "A1D115BA3A5E9FCC12ED68A9D8669159E9085F6F96EC26619F5C7CEB4EE02869"] fs.mounts = [ { uri = "file:{{ gramine.runtimedir() }}", path = "/lib" }, @@ -51,3 +55,4 @@ sgx.allowed_files = [ ] sys.insecure__allow_eventfd = true +sys.enable_sigterm_injection = true