Update manifest
- set argv - set sys.enable_sigterm_injection
This commit is contained in:
parent
6e7a4013a2
commit
72f319a789
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue