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
When a file is opened inside an encrypted mount and the file descriptor is not closed by the application no data is ever written to the host. Since the encrypted file header is also missing (file size is zero), the application is broken on restart.
Description of the problem
When a file is opened inside an encrypted mount and the file descriptor is not closed by the application no data is ever written to the host. Since the encrypted file header is also missing (file size is zero), the application is broken on restart.
Steps to reproduce
Application:
Manifest:
Expected results
File is closed by gramine when the process exits and can be opened again after a restart.
Actual results
Trace, first start:
Trace, second start:
Gramine commit hash
562c6397
, current masterThe text was updated successfully, but these errors were encountered: