-
Notifications
You must be signed in to change notification settings - Fork 201
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
[LibOS] Add Recovery feature to Encrypted files #2013
Comments
Basically, SGX SDK's file recovery is implemented based on:
This "shadow" recovery file has a dump of the cached file blocks. Before we start to save the main file contents we will set the
|
Doesn't this make the I/O to encrypted files significantly slower? |
Description of the feature
Intel SGX SDK's recovery code must be ported to Gramine. Kailun's team can work on this, but after the v1.8 release.
See #1972
Why Gramine should implement it?
Need recovery of partially-written files (before crash).
The text was updated successfully, but these errors were encountered: