Now I use cryfs or gocryptfs to encrypt some data. This data can only be accessed by the specified process. If another process want to accessed this data,cryfs or gocryptfs just return ciphertext to this unauthorized process.
Does libfuse support this function?Or there are some good ways to know which process is accessing confidential data.