diff options
author | Charles Duffy | 2017-05-30 16:01:06 -0500 |
---|---|---|
committer | rfjakob | 2017-06-01 00:26:17 +0200 |
commit | cf1ded5236157e2f9ec06eeea26023b67b40f16d (patch) | |
tree | 48c9926efd8c10a76b6f28943397f8b1ae5cc3da /README.md | |
parent | fc2a5f5ab0149d48b5d45a9af96799b07d802ae6 (diff) |
Implement force_owner option to display ownership as a specific user.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -144,6 +144,9 @@ Changelog --------- v1.4 (not yet released) +* Add `force_owner` option to allow files to be presented as owned by a + different user or group from the user running gocryptfs. Please see caveats + and guidance in the man page before using this functionality. * Increase open file limit to 4096 ([#82](https://github.com/rfjakob/gocryptfs/issues/82)). * Implement path decryption via ctlsock ([#84](https://github.com/rfjakob/gocryptfs/issues/84)). Previously, decryption was only implemented for reverse mode. Now both |