diff options
author | Jakob Unterwurzacher | 2021-02-07 10:43:40 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-02-07 10:43:40 +0100 |
commit | 4b4a68eb21a0c58e82a3753c430e7d560fbd4805 (patch) | |
tree | 2d1086e0850bb08d36be062687647cc71f5af5bc | |
parent | 5d498f3a24ea277aff7db0f78e0153383e473dc6 (diff) |
README: warn about incomplete ACL support
https://github.com/rfjakob/gocryptfs/issues/543
https://github.com/rfjakob/gocryptfs/issues/542
https://github.com/rfjakob/gocryptfs/issues/453
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -221,7 +221,9 @@ v2.0-beta1, 2020-10-15 [gocryptfs commit ec74d1d](https://github.com/rfjakob/gocryptfs/commit/ec74d1d2f4217a9a337d1db9902f32ae2aecaf33)) v1.8.0, 2020-05-09 -* **Enable ACL support ([#453](https://github.com/rfjakob/gocryptfs/issues/453))** +* Enable ACL support ([#453](https://github.com/rfjakob/gocryptfs/issues/453)) + * **Warning 2021-02-07: This feature is incomplete!** + Reading and writing ACLs works, but they are not enforced or inherited ([#542](https://github.com/rfjakob/gocryptfs/issues/542)) * Ignore `.nfsXXX` temporary files ([#367](https://github.com/rfjakob/gocryptfs/issues/431)) * Handle inode number collisions from multiple devices |