You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
We should have a way for an enclave to exit/stop and specify that execution of the runtime failed and that this enclave should be not be run again. Currently the SM's exit/stop are very similar in functionality and neither allow the enclave to specify it failed.
The text was updated successfully, but these errors were encountered:
After talking with Dayeol, this was the intended purpose of the exit SBI call. We will want to update it to actually mark the enclave as non-resumeable.
This will also require updating the docs and figures to indicate exit does this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From discussion with @dkohlbre
We should have a way for an enclave to exit/stop and specify that execution of the runtime failed and that this enclave should be not be run again. Currently the SM's exit/stop are very similar in functionality and neither allow the enclave to specify it failed.
The text was updated successfully, but these errors were encountered: