Skip to content

Writing to encrypted path resulting in Permission denied #1958

Answered by kailun-qin
tiagorvmartins asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I think file locking for serialized access would work. Pls see the details w/ caveats below:

#### File locking
File locking operations can be considered one of the IPC mechanisms, as discussed in ["Overview of
Inter-Process Communication (IPC)" section](#overview-of-inter-process-communication-ipc). Thus,
file locks are implemented via message passing in Gramine, and all lock-requests are handled in the
main (leader) process.
Gramine currently implements two types of file locks:
- POSIX (fcntl) locks aka Advisory record locks. In particular, the following operatio…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@tiagorvmartins
Comment options

@kailun-qin
Comment options

@tiagorvmartins
Comment options

@kailun-qin
Comment options

Answer selected by tiagorvmartins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants