diff options
author | Jakob Unterwurzacher | 2018-03-25 22:40:50 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-25 22:40:50 +0200 |
commit | 0764925db41a15e1dc2ec0439321d5ae74dcc0d2 (patch) | |
tree | 2db443acd86b4d791bba93ae60fa037e918b53a1 | |
parent | 7fe919b2c7628406713c2bda6c4b59f7153db7f9 (diff) |
encfs also supports xattrs
-rw-r--r-- | docs/comparison.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index 050ecb1..3dcc3ea 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -246,8 +246,11 @@ The backing filesystem is assumed to be ext4. | | ext4 | gocryptfs | encfs default | encfs paranoia | ecryptfs | CryFS | | -------------------- | ---- | --------- | ------------- | -------------- | -------- | ----- | | hard links | yes | yes | yes | no | yes | no | -| extended attributes | yes | yes | no | no | ? | ? | +| extended attributes | yes | yes {1} | yes {2} | yes {2} | ? | ? | | fallocate | yes | yes | no | no | no | no | | fallocate KEEP_SIZE | yes | yes | no | no | no | no | | fallocate PUNCH_HOLE | yes | no | no | no | no | no | +Notes:<br> +{1} Names and values encrypted<br> +{2} Not encrypted<br> |