Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle SIGINT/SIGTERM gracefully #15

Open
cpriebe opened this issue Oct 3, 2018 · 0 comments
Open

Handle SIGINT/SIGTERM gracefully #15

cpriebe opened this issue Oct 3, 2018 · 0 comments

Comments

@cpriebe
Copy link
Collaborator

cpriebe commented Oct 3, 2018

Currently, sending a SIGINT/SIGTERM signal to SGX-LKL will result in the enclave being exited and destroyed without allowing SGX-LKL to shut down gracefully. Instead, LKL should be halted and SGX-LKL be instructed to do any necessary clean up work, e.g. syncing writes to the disk image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants