radumarias / rencfs

An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories
Apache License 2.0
102 stars 21 forks source link

`read-only` flag in `EncryptedFs` #168

Closed radumarias closed 1 month ago

radumarias commented 2 months ago

Similar to https://github.com/radumarias/rencfs/issues/95 but add this also in EncryptedFs

Add also some tests.

shoud return Err:

radumarias commented 2 months ago

@someotherself is this merge yet? or some tests remaining?

someotherself commented 2 months ago

@radumarias Yes, and I missed some methods as well. Will add them soon. create_write create_write_seek passwd set_attr

radumarias commented 2 months ago

thank you

radumarias commented 2 months ago

@someotherself how's it going with this?

someotherself commented 1 month ago

@radumarias Should we close this?

radumarias commented 1 month ago

@radumarias Should we close this?

is there anything left to do?

someotherself commented 1 month ago

@radumarias No. We merged this. I forgot to link the PR to the issue.